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

Unified Diff: Source/core/frame/UseCounter.h

Issue 1126343003: Ignore unknown options to subresource integrity (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed some edge cases Created 5 years, 7 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
Index: Source/core/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index 569ee68a1dda7229ef36ea5c285ac606846c63b6..b271f4e8f13ad18d5050d168f7b3b9565b148887 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -586,7 +586,7 @@ public:
PrefixedOfflineAudioContext = 655,
AddEventListenerNoArguments = 656,
RemoveEventListenerNoArguments = 658,
- SRIElementWithNonMatchingIntegrityType = 660,
+ DeprecatedSRIElementWithNonMatchingIntegrityType = 660,
Mike West 2015/05/11 03:25:29 Nit: Just remove it. :)
jww 2015/05/11 05:39:08 Hrm, I guess that works? I thought we weren't supp
MixedContentInNonHTTPSFrameThatRestrictsMixedContent = 661,
MixedContentInSecureFrameThatDoesNotRestrictMixedContent = 662,
MixedContentWebSocket = 663,

Powered by Google App Engine
This is Rietveld 408576698