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. |