| 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 2819a57d8ded3407e13a10b32a3a6039f8d16aad..1087f69a5b26c704303ea5cf6280d15f07336743 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,
|
|
|