| 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 faa2444abaf174aa60315b39d47744c248dc3bf1..20fa012627eb1c12b176d8b80a308ae02ada160c 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLScriptElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLScriptElement.idl
|
| @@ -37,7 +37,7 @@ interface HTMLScriptElement : HTMLElement {
|
|
|
| // Content Security Policy
|
| // https://w3c.github.io/webappsec/specs/content-security-policy/#script-src-the-nonce-attribute
|
| - [CEReactions, Reflect, RuntimeEnabled=ExperimentalContentSecurityPolicyFeatures] attribute DOMString nonce;
|
| + [CEReactions, RuntimeEnabled=ExperimentalContentSecurityPolicyFeatures] attribute DOMString nonce;
|
|
|
| // Subresource Integrity
|
| // https://w3c.github.io/webappsec-subresource-integrity/#HTMLScriptElement
|
|
|