| Index: third_party/WebKit/Source/core/dom/MockScriptElementBase.h
 | 
| diff --git a/third_party/WebKit/Source/core/dom/MockScriptElementBase.h b/third_party/WebKit/Source/core/dom/MockScriptElementBase.h
 | 
| index f468804f7b62aa87ca32b8a21b74d0c6f04a0a8c..3312913b604766b207d4583d9513ef78b1eee6b3 100644
 | 
| --- a/third_party/WebKit/Source/core/dom/MockScriptElementBase.h
 | 
| +++ b/third_party/WebKit/Source/core/dom/MockScriptElementBase.h
 | 
| @@ -29,6 +29,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());
 | 
|  
 | 
| 
 |