| Index: third_party/WebKit/Source/core/html/HTMLScriptElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLScriptElement.idl b/third_party/WebKit/Source/core/html/HTMLScriptElement.idl
|
| index 795f22319490ab9bd6047fdedd0ef90ae3f2198d..2a48c24f9b72f8a03b01f8bbd6f8e948c6624010 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLScriptElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLScriptElement.idl
|
| @@ -36,10 +36,6 @@ interface HTMLScriptElement : HTMLElement {
|
| [CEReactions, Reflect] attribute DOMString event;
|
| [CEReactions, Reflect=for] attribute DOMString htmlFor;
|
|
|
| - // Content Security Policy
|
| - // https://w3c.github.io/webappsec/specs/content-security-policy/#script-src-the-nonce-attribute
|
| - [CEReactions, RuntimeEnabled=ExperimentalContentSecurityPolicyFeatures] attribute DOMString nonce;
|
| -
|
| // Subresource Integrity
|
| // https://w3c.github.io/webappsec-subresource-integrity/#HTMLScriptElement
|
| [Reflect] attribute DOMString integrity;
|
|
|