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..c009c56839c3fe6e14fe6ab322d6740b69a1302a 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGScriptElement.h |
+++ b/third_party/WebKit/Source/core/svg/SVGScriptElement.h |
@@ -84,7 +84,7 @@ class SVGScriptElement final : public SVGElement, |
bool HasSourceAttribute() const override; |
bool IsConnected() const override; |
bool HasChildren() const override; |
- bool IsNonceableElement() const; |
+ const AtomicString& GetNonceForElement() const override; |
bool AllowInlineScriptForCSP(const AtomicString& nonce, |
const WTF::OrdinalNumber&, |
const String& script_content) override; |