| Index: third_party/WebKit/Source/core/html/HTMLScriptElement.h
 | 
| diff --git a/third_party/WebKit/Source/core/html/HTMLScriptElement.h b/third_party/WebKit/Source/core/html/HTMLScriptElement.h
 | 
| index 9475dfad7f555d3ec588fe6ed8f3e9bdbb85479e..b3a17fad73fedb7dec0adb47761752808c12c51f 100644
 | 
| --- a/third_party/WebKit/Source/core/html/HTMLScriptElement.h
 | 
| +++ b/third_party/WebKit/Source/core/html/HTMLScriptElement.h
 | 
| @@ -79,6 +79,7 @@ class CORE_EXPORT HTMLScriptElement final : public HTMLElement,
 | 
|    String CharsetAttributeValue() const override;
 | 
|    String TypeAttributeValue() const override;
 | 
|    String LanguageAttributeValue() const override;
 | 
| +  bool NomoduleAttributeValue() const override;
 | 
|    String ForAttributeValue() const override;
 | 
|    String EventAttributeValue() const override;
 | 
|    String CrossOriginAttributeValue() const override;
 | 
| 
 |