mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-02 04:22:56 +00:00
Bug 1003309 - remove JS component loader construction from mozJSSubScriptLoader; r=bholley
This commit is contained in:
parent
5340877d74
commit
0d23973e46
@ -74,9 +74,6 @@ public:
|
||||
|
||||
mozJSSubScriptLoader::mozJSSubScriptLoader() : mSystemPrincipal(nullptr)
|
||||
{
|
||||
// Force construction of the JS component loader. We may need it later.
|
||||
nsCOMPtr<xpcIJSModuleLoader> componentLoader =
|
||||
do_GetService(MOZJSCOMPONENTLOADER_CONTRACTID);
|
||||
}
|
||||
|
||||
mozJSSubScriptLoader::~mozJSSubScriptLoader()
|
||||
|
Loading…
x
Reference in New Issue
Block a user