From b1c8e5e73cff9c5dba8b2ae69ebdf87bb02eed70 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Fri, 28 Nov 2008 03:25:35 +0000 Subject: [PATCH] Load plugins into their own namespaces --- content/io.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {