| Index: Source/core/frame/UseCounter.h
|
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
|
| index 916e4bb20effb22014e3f0a9a6e5849dabcf69ff..68e94b3ca6c3479b6ca003ee96b6cef2f6a00bf4 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,
|
| RemoveEventListenerNoArguments = 658,
|
| + RemoveEventListenerOneArgument = 659,
|
| MixedContentInNonHTTPSFrameThatRestrictsMixedContent = 661,
|
| MixedContentInSecureFrameThatDoesNotRestrictMixedContent = 662,
|
| MixedContentWebSocket = 663,
|
|
|