summaryrefslogtreecommitdiff
path: root/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'config.js')
-rw-r--r--config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.js b/config.js
index 2514b7b..98e6a6f 100644
--- a/config.js
+++ b/config.js
@@ -13,7 +13,7 @@ try {
.autoRegister(FileUtils.getFile('GreD', ['legacy.manifest']));
const {AddonManager} = Cu.import('resource://gre/modules/AddonManager.jsm');
- const {BootstrapLoader} = Cu.import('chrome://legacy/content/BootstrapLoader.jsm');
+ const {BootstrapLoader} = Cu.import('resource://legacy/BootstrapLoader.jsm');
AddonManager.addExternalExtensionLoader(BootstrapLoader);
} catch(ex) {
Components.utils.reportError(ex.message);