Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(281)

Unified Diff: html/HTMLScriptElement.idl

Issue 14107003: Update WebKit IDLs after chrome roll. (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: reupload again. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « html/HTMLPropertiesCollection.idl ('k') | html/HTMLTableCaptionElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « html/HTMLPropertiesCollection.idl ('k') | html/HTMLTableCaptionElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698