import from UXP: Issue #618 - Remove eager instantiation (a754a7be)

This commit is contained in:
2022-04-15 12:38:07 +08:00
parent c298e978cf
commit d90848972b
6 changed files with 10 additions and 129 deletions
-5
View File
@@ -86,11 +86,6 @@ ModuleLoadRequest::DependenciesLoaded()
// The module and all of its dependencies have been successfully fetched and
// compiled.
if (!mLoader->InstantiateModuleTree(this)) {
LoadFailed();
return;
}
SetReady();
mLoader->ProcessLoadedModuleTree(this);
mLoader = nullptr;