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 398887d51d542fb0de6806679b7380df7886c7d6..c9e9f1e9820adfa81fd85b9b9a0ee199fa6c4df0 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGScriptElement.h |
+++ b/third_party/WebKit/Source/core/svg/SVGScriptElement.h |
@@ -85,7 +85,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; |