Chromium Code Reviews| 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, |