| 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 6d26a6af39fc64a6d84de82b648baa04362fd140..52ae146e46b07d3a8d64cb6867651b2cbd2275e8 100644
|
| --- a/third_party/WebKit/Source/core/dom/ModulatorImpl.h
|
| +++ b/third_party/WebKit/Source/core/dom/ModulatorImpl.h
|
| @@ -58,7 +58,7 @@ class ModulatorImpl final : public Modulator {
|
| AccessControlStatus) override;
|
| ScriptValue InstantiateModule(ScriptModule) override;
|
| Vector<String> ModuleRequestsFromScriptModule(ScriptModule) override;
|
| - void ExecuteModule(ScriptModule) override;
|
| + void ExecuteModule(const ModuleScript*) override;
|
|
|
| private:
|
| ModulatorImpl(RefPtr<ScriptState>,
|
|
|