diff --git a/suite/common/console/jsconsole-clhandler.js b/suite/common/console/jsconsole-clhandler.js index 990a0e476b..3a28f52061 100644 --- a/suite/common/console/jsconsole-clhandler.js +++ b/suite/common/console/jsconsole-clhandler.js @@ -37,4 +37,4 @@ jsConsoleHandler.prototype = { QueryInterface: XPCOMUtils.generateQI([Ci.nsICommandLineHandler]), }; -var NSGetFactory = XPCOMUtils.generateNSGetFactory([jsConsoleHandler]); +this.NSGetFactory = XPCOMUtils.generateNSGetFactory([jsConsoleHandler]);