mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
Firefox: fix 'main_frame' for e10s
This commit is contained in:
parent
d13769b4a9
commit
1eb81e4083
@ -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 New Issue
Block a user