| Index: third_party/WebKit/Source/core/testing/DummyModulator.h
|
| diff --git a/third_party/WebKit/Source/core/testing/DummyModulator.h b/third_party/WebKit/Source/core/testing/DummyModulator.h
|
| index 4e7d749650aaa1950ae6f26cdaa93dbaba82640b..efd617a54323e7b921369dfa6b9c2b64f9ae554c 100644
|
| --- a/third_party/WebKit/Source/core/testing/DummyModulator.h
|
| +++ b/third_party/WebKit/Source/core/testing/DummyModulator.h
|
| @@ -36,6 +36,14 @@ class DummyModulator : public Modulator {
|
| ReferrerPolicy GetReferrerPolicy() override;
|
| SecurityOrigin* GetSecurityOrigin() override;
|
|
|
| + void FetchTree(const ModuleScriptFetchRequest&, ModuleTreeClient*) override;
|
| + void FetchTreeInternal(const ModuleScriptFetchRequest&,
|
| + const AncestorList&,
|
| + ModuleGraphLevel,
|
| + ModuleTreeClient*) override;
|
| + void FetchSingle(const ModuleScriptFetchRequest&,
|
| + ModuleGraphLevel,
|
| + SingleModuleClient*) override;
|
| ModuleScript* GetFetchedModuleScript(const KURL&) override;
|
| void FetchNewSingleModule(const ModuleScriptFetchRequest&,
|
| ModuleGraphLevel,
|
|
|