diff --git a/platform/firefox/frameModule.js b/platform/firefox/frameModule.js index 9763a84..8eaeab5 100644 --- a/platform/firefox/frameModule.js +++ b/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) {