Firefox: fix 'main_frame' for e10s

pull/2/head
Deathamns 10 years ago committed by gorhill
parent 0fd304947c
commit 12ca303901

@ -90,7 +90,7 @@ let contentPolicy = {
}
let win = type === 6
? context.contentWindow
? context.contentWindow || context
: (context.ownerDocument || context).defaultView;
if (!win) {

Loading…
Cancel
Save