| Index: third_party/WebKit/Source/core/svg/SVGScriptElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGScriptElement.h b/third_party/WebKit/Source/core/svg/SVGScriptElement.h
|
| index 69588b8c0efd1221787937468d4af5de7cd7b416..398887d51d542fb0de6806679b7380df7886c7d6 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGScriptElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGScriptElement.h
|
| @@ -77,6 +77,7 @@ class SVGScriptElement final : public SVGElement,
|
| String ForAttributeValue() const { return String(); }
|
| String IntegrityAttributeValue() const { return String(); }
|
| String LanguageAttributeValue() const { return String(); }
|
| + bool NomoduleAttributeValue() const { return false; }
|
| String SourceAttributeValue() const override;
|
| String TypeAttributeValue() const override;
|
| String TextFromChildren() override;
|
|
|