Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Unified Diff: third_party/WebKit/Source/core/dom/ModulatorImpl.h

Issue 2826903002: [ES6 modules] Integrate ModuleTreeLinkerRegistry into ModulatorImpl back-plane (Closed)
Patch Set: rebased Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/ModulatorImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/ModulatorImpl.h
diff --git a/third_party/WebKit/Source/core/dom/ModulatorImpl.h b/third_party/WebKit/Source/core/dom/ModulatorImpl.h
index 711d4d7d5266c13edf34d15edc906aaf6f2f7f1a..dd1b8dbf5545b6c3b92d6461b26d9cef18935ed7 100644
--- a/third_party/WebKit/Source/core/dom/ModulatorImpl.h
+++ b/third_party/WebKit/Source/core/dom/ModulatorImpl.h
@@ -18,6 +18,7 @@ class Document;
class ExecutionContext;
class ModuleMap;
class ModuleScriptLoaderRegistry;
+class ModuleTreeLinkerRegistry;
class ResourceFetcher;
class ScriptState;
class WebTaskRunner;
@@ -71,6 +72,7 @@ class ModulatorImpl final : public Modulator {
Member<ResourceFetcher> fetcher_;
TraceWrapperMember<ModuleMap> map_;
Member<ModuleScriptLoaderRegistry> loader_registry_;
+ Member<ModuleTreeLinkerRegistry> tree_linker_registry_;
Member<ScriptModuleResolver> script_module_resolver_;
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/ModulatorImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698