| Index: core/html/HTMLScriptElement.idl
|
| diff --git a/core/html/HTMLScriptElement.idl b/core/html/HTMLScriptElement.idl
|
| index cb8a9090d0d2a13df6d4a7c4b3b7045c9df90009..ef68a4dd87c2b781dc2b749780989d02e540d25f 100644
|
| --- a/core/html/HTMLScriptElement.idl
|
| +++ b/core/html/HTMLScriptElement.idl
|
| @@ -27,5 +27,5 @@ interface HTMLScriptElement : HTMLElement {
|
| [Reflect, URL] attribute DOMString src;
|
| [Reflect] attribute DOMString type;
|
| [Reflect] attribute DOMString crossOrigin;
|
| - [Reflect, EnabledAtRuntime=experimentalContentSecurityPolicyFeatures] attribute DOMString nonce;
|
| + [Reflect, EnabledAtRuntime=ExperimentalContentSecurityPolicyFeatures] attribute DOMString nonce;
|
| };
|
|
|