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

Unified Diff: Source/core/html/HTMLLinkElement.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/frame/SubresourceIntegrity.cpp ('k') | Source/core/html/HTMLScriptElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLLinkElement.idl
diff --git a/Source/core/html/HTMLLinkElement.idl b/Source/core/html/HTMLLinkElement.idl
index a9289eb12ec31118f5c6c3da080880d78aa4f40f..91c040e6c029e42029283f1a632a902b1e878fb6 100644
--- a/Source/core/html/HTMLLinkElement.idl
+++ b/Source/core/html/HTMLLinkElement.idl
@@ -50,5 +50,5 @@ interface HTMLLinkElement : HTMLElement {
// Subresource Integrity
// http://w3c.github.io/webappsec/specs/subresourceintegrity/#htmllinkelement-1
- [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity;
+ [Reflect] attribute DOMString integrity;
};
« no previous file with comments | « Source/core/frame/SubresourceIntegrity.cpp ('k') | Source/core/html/HTMLScriptElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698