1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00

Firefox: fix 'main_frame' for e10s

This commit is contained in:
Deathamns 2014-12-16 18:55:41 +01:00
parent d13769b4a9
commit 1eb81e4083

View File

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