| 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 1087f69a5b26c704303ea5cf6280d15f07336743..f4429f19d39b0535971f3cce632b8c915cb4d441 100644
|
| --- a/third_party/WebKit/Source/core/dom/ModulatorImpl.h
|
| +++ b/third_party/WebKit/Source/core/dom/ModulatorImpl.h
|
| @@ -14,7 +14,6 @@
|
|
|
| namespace blink {
|
|
|
| -class Document;
|
| class ExecutionContext;
|
| class ModuleMap;
|
| class ModuleScriptLoaderRegistry;
|
| @@ -29,7 +28,9 @@ class WebTaskRunner;
|
| // components together.
|
| class ModulatorImpl final : public Modulator {
|
| public:
|
| - static ModulatorImpl* Create(RefPtr<ScriptState>, Document&);
|
| + static ModulatorImpl* Create(RefPtr<ScriptState>,
|
| + ExecutionContext&,
|
| + ResourceFetcher*);
|
|
|
| virtual ~ModulatorImpl();
|
| DECLARE_TRACE();
|
|
|