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

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

Issue 2842923002: Support Inline module script (Closed)
Patch Set: 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/dom/ModuleMap.h
diff --git a/third_party/WebKit/Source/core/dom/ModuleMap.h b/third_party/WebKit/Source/core/dom/ModuleMap.h
index 674b2d1189bff5b556e234b5a5927d9e70611f72..db265f502746c43ccc4adb520d91777dcc8295c2 100644
--- a/third_party/WebKit/Source/core/dom/ModuleMap.h
+++ b/third_party/WebKit/Source/core/dom/ModuleMap.h
@@ -40,6 +40,8 @@ class CORE_EXPORT ModuleMap final : public GarbageCollected<ModuleMap>,
ModuleGraphLevel,
SingleModuleClient*);
+ void SetInlineModuleScript(ModuleScript*);
+
// Synchronously get the ModuleScript for a given URL.
// Note: fetchSingleModuleScript of the ModuleScript must be complete before
// calling this.

Powered by Google App Engine
This is Rietveld 408576698