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

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

Issue 1233483002: Add counters for add/removeEventListener() called with one argument (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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/events/EventTarget.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « Source/core/events/EventTarget.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698