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 fcdc4d6eb2b0ce9d7745d5c53c6dabdc479b74f4..5e8c88a6c37f1c88634c2027e158ffdff332239b 100644 |
--- a/third_party/WebKit/Source/core/dom/ModulatorImpl.h |
+++ b/third_party/WebKit/Source/core/dom/ModulatorImpl.h |
@@ -46,6 +46,8 @@ class ModulatorImpl final : public Modulator { |
SecurityOrigin* GetSecurityOrigin() override; |
void FetchTree(const ModuleScriptFetchRequest&, ModuleTreeClient*) override; |
+ void FetchDescendantsForInlineScript(ModuleScript* module_script, |
+ ModuleTreeClient* client) override; |
void FetchTreeInternal(const ModuleScriptFetchRequest&, |
const AncestorList&, |
ModuleGraphLevel, |