| Index: third_party/WebKit/Source/core/testing/DummyModulator.cpp
|
| diff --git a/third_party/WebKit/Source/core/testing/DummyModulator.cpp b/third_party/WebKit/Source/core/testing/DummyModulator.cpp
|
| index 3fbc977ed10e477b84154b0ab6b107c58c497397..3978fc079990615fbeb5b8ace61665d766dafff6 100644
|
| --- a/third_party/WebKit/Source/core/testing/DummyModulator.cpp
|
| +++ b/third_party/WebKit/Source/core/testing/DummyModulator.cpp
|
| @@ -82,4 +82,8 @@ Vector<String> DummyModulator::ModuleRequestsFromScriptModule(ScriptModule) {
|
| return Vector<String>();
|
| }
|
|
|
| +void DummyModulator::ExecuteModule(const ModuleScript*) {
|
| + NOTREACHED();
|
| +}
|
| +
|
| } // namespace blink
|
|
|