Browse Source

Firefox: fix 'main_frame' for e10s

pull/2/head
Deathamns 10 years ago
committed by gorhill
parent
commit
12ca303901
  1. 2
      platform/firefox/frameModule.js

2
platform/firefox/frameModule.js

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

Loading…
Cancel
Save