diff --git a/content/io.js b/content/io.js index f9324086..504ec0fb 100644 --- a/content/io.js +++ b/content/io.js @@ -815,7 +815,7 @@ lookup: .getService(Components.interfaces.mozIJSSubScriptLoader); try { - loader.loadSubScript(uri.spec, plugins); + loader.loadSubScript(uri.spec, {__proto__: plugins}); } catch (e) {