diff options
Diffstat (limited to 'config.js')
-rw-r--r-- | config.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |