Bug 1388728 - Remove eager module instantiation r=bkelly

This commit is contained in:
Jon Coppeard
2017-08-22 10:08:21 +01:00
parent 0149ba95cf
commit 115b44dacc
6 changed files with 14 additions and 144 deletions

View File

@@ -95,11 +95,6 @@ ModuleLoadRequest::DependenciesLoaded()
LOG(("ScriptLoadRequest (%p): Module dependencies loaded", this));
if (!mLoader->InstantiateModuleTree(this)) {
LoadFailed();
return;
}
SetReady();
mLoader->ProcessLoadedModuleTree(this);
mLoader = nullptr;