diff options
Diffstat (limited to 'legacy/BootstrapLoader.jsm')
-rw-r--r-- | legacy/BootstrapLoader.jsm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/legacy/BootstrapLoader.jsm b/legacy/BootstrapLoader.jsm index d9dc4c8..d2a4598 100644 --- a/legacy/BootstrapLoader.jsm +++ b/legacy/BootstrapLoader.jsm @@ -13,7 +13,7 @@ XPCOMUtils.defineLazyModuleGetters(this, { AddonInternal: "resource://gre/modules/addons/XPIDatabase.jsm", Blocklist: "resource://gre/modules/Blocklist.jsm", ConsoleAPI: "resource://gre/modules/Console.jsm", - InstallRDF: "chrome://legacy/content/RDFManifestConverter.jsm", + InstallRDF: "resource://legacy/RDFManifestConverter.jsm", Services: "resource://gre/modules/Services.jsm", }); |