Chromium Code Reviews| Index: Source/core/frame/UseCounter.h |
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h |
| index 01213559fd491f7c32c22c694db61cf4678d9379..5711b7d2fd9df0926b3517d5157264f1e28d9892 100644 |
| --- a/Source/core/frame/UseCounter.h |
| +++ b/Source/core/frame/UseCounter.h |
| @@ -560,7 +560,9 @@ public: |
| PrefixedAudioContext = 654, |
| PrefixedOfflineAudioContext = 655, |
| AddEventListenerNoArguments = 656, |
| + AddEventListenerOneArgument = 657, |
|
haraken
2015/07/09 23:37:58
I'm wondering why the entry 657 and 659 were missi
philipj_slow
2015/07/10 07:46:46
These were the original entries for 657 and 659, b
|
| RemoveEventListenerNoArguments = 658, |
| + RemoveEventListenerOneArgument = 659, |
| MixedContentInNonHTTPSFrameThatRestrictsMixedContent = 661, |
| MixedContentInSecureFrameThatDoesNotRestrictMixedContent = 662, |
| MixedContentWebSocket = 663, |