mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Firefox: fix 'main_frame' for e10s
This commit is contained in:
parent
d13769b4a9
commit
1eb81e4083
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ let contentPolicy = {
|
||||||
}
|
}
|
||||||
|
|
||||||
let win = type === 6
|
let win = type === 6
|
||||||
? context.contentWindow
|
? context.contentWindow || context
|
||||||
: (context.ownerDocument || context).defaultView;
|
: (context.ownerDocument || context).defaultView;
|
||||||
|
|
||||||
if (!win) {
|
if (!win) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue