| 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 b3a17fad73fedb7dec0adb47761752808c12c51f..29fcb4c48a2e8c7f4198f6bdc87235162c424b19 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLScriptElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLScriptElement.h
|
| @@ -91,7 +91,7 @@ class CORE_EXPORT HTMLScriptElement final : public HTMLElement,
|
| bool HasSourceAttribute() const override;
|
| bool IsConnected() const override;
|
| bool HasChildren() const override;
|
| - bool IsNonceableElement() const override;
|
| + const AtomicString& GetNonceForElement() const override;
|
| bool AllowInlineScriptForCSP(const AtomicString& nonce,
|
| const WTF::OrdinalNumber&,
|
| const String& script_content) override;
|
|
|