| 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..8fe2b44bf30b0e741152491ee8f52e2ae2b75236 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLScriptElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLScriptElement.h
|
| @@ -90,7 +90,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;
|
|
|