Index: html/HTMLScriptElement.idl |
diff --git a/html/HTMLScriptElement.idl b/html/HTMLScriptElement.idl |
index 1365d12bf2e525f8dc33e1723101824f501c05e3..195571a13f281d89635cc2de71bdd92c14c2908c 100644 |
--- a/html/HTMLScriptElement.idl |
+++ b/html/HTMLScriptElement.idl |
@@ -27,5 +27,5 @@ interface HTMLScriptElement : HTMLElement { |
[Reflect, URL] attribute DOMString src; |
[Reflect] attribute DOMString type; |
[Reflect] attribute DOMString crossOrigin; |
- [Reflect, Conditional=CSP_NEXT] attribute DOMString nonce; |
+ [Reflect, V8EnabledAtRuntime=experimentalContentSecurityPolicyFeatures] attribute DOMString nonce; |
}; |