| Index: third_party/WebKit/Source/core/dom/ScriptRunnerTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ScriptRunnerTest.cpp b/third_party/WebKit/Source/core/dom/ScriptRunnerTest.cpp
|
| index 5d48d96f5bf0228eb37b1eba9c1e823d491e3fb1..3ff22d6e25009af178d4fa63167e7a2c0fe55493 100644
|
| --- a/third_party/WebKit/Source/core/dom/ScriptRunnerTest.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ScriptRunnerTest.cpp
|
| @@ -42,6 +42,7 @@ class MockScriptElementBase
|
| MOCK_CONST_METHOD0(ForAttributeValue, String());
|
| MOCK_CONST_METHOD0(IntegrityAttributeValue, String());
|
| MOCK_CONST_METHOD0(LanguageAttributeValue, String());
|
| + MOCK_CONST_METHOD0(NomoduleAttributeValue, bool());
|
| MOCK_CONST_METHOD0(SourceAttributeValue, String());
|
| MOCK_CONST_METHOD0(TypeAttributeValue, String());
|
|
|
|
|