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

Unified Diff: Source/core/html/HTMLScriptElement.idl

Issue 1186883003: Ship Subresource Integrity (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed virtual test results Created 5 years, 6 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 | « Source/core/html/HTMLLinkElement.idl ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLScriptElement.idl
diff --git a/Source/core/html/HTMLScriptElement.idl b/Source/core/html/HTMLScriptElement.idl
index 9ef5b8b81c615bfeb3a4a1e2d5999d5a5b7a300a..064e63ae3e0309247b7ee9ec3721402ec465b4e2 100644
--- a/Source/core/html/HTMLScriptElement.idl
+++ b/Source/core/html/HTMLScriptElement.idl
@@ -40,6 +40,6 @@ interface HTMLScriptElement : HTMLElement {
[Reflect, RuntimeEnabled=ExperimentalContentSecurityPolicyFeatures] attribute DOMString nonce;
// Subresource Integrity
- // https://w3c.github.io/webappsec/specs/subresourceintegrity/
- [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity;
+ // https://w3c.github.io/webappsec/specs/subresourceintegrity/#htmlscriptelement-1
+ [Reflect] attribute DOMString integrity;
};
« no previous file with comments | « Source/core/html/HTMLLinkElement.idl ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698