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

Unified Diff: third_party/WebKit/Source/core/loader/modulescript/ModuleTreeLinker.h

Issue 2842923002: Support Inline module script (Closed)
Patch Set: Rebase 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
Index: third_party/WebKit/Source/core/loader/modulescript/ModuleTreeLinker.h
diff --git a/third_party/WebKit/Source/core/loader/modulescript/ModuleTreeLinker.h b/third_party/WebKit/Source/core/loader/modulescript/ModuleTreeLinker.h
index 03daabf5cef6301c14da1dd050620dbcc082098a..ead8d19c728159e8723f4fb8c668413312a5411d 100644
--- a/third_party/WebKit/Source/core/loader/modulescript/ModuleTreeLinker.h
+++ b/third_party/WebKit/Source/core/loader/modulescript/ModuleTreeLinker.h
@@ -31,6 +31,12 @@ class CORE_EXPORT ModuleTreeLinker final
Modulator*,
ModuleTreeLinkerRegistry*,
ModuleTreeClient*);
+ static ModuleTreeLinker* FetchDescendantsForInlineScript(
+ ModuleScript*,
+ Modulator*,
+ ModuleTreeLinkerRegistry*,
+ ModuleTreeClient*);
+
virtual ~ModuleTreeLinker() = default;
DECLARE_TRACE();

Powered by Google App Engine
This is Rietveld 408576698