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..45bfea149bdff03d270d7272e5fa6ee2673db76d 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*, |
+ ModuleTreeClient*) override; |
void FetchTreeInternal(const ModuleScriptFetchRequest&, |
const AncestorList&, |
ModuleGraphLevel, |