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

Unified Diff: third_party/WebKit/Source/core/events/Event.idl

Issue 2501523003: Add UseCounter on Event::stop{Immediate,}Propagation(). (Closed)
Patch Set: measure stop propagation too Created 4 years, 1 month 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 | « no previous file | third_party/WebKit/Source/core/frame/UseCounter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/events/Event.idl
diff --git a/third_party/WebKit/Source/core/events/Event.idl b/third_party/WebKit/Source/core/events/Event.idl
index 19c632680673b620d830ecb460a454fb9e49508d..82bd377fa19cda3096ef57f02af6efba1f170536 100644
--- a/third_party/WebKit/Source/core/events/Event.idl
+++ b/third_party/WebKit/Source/core/events/Event.idl
@@ -35,8 +35,8 @@
const unsigned short BUBBLING_PHASE = 3;
readonly attribute unsigned short eventPhase;
- void stopPropagation();
- void stopImmediatePropagation();
+ [Measure] void stopPropagation();
+ [Measure] void stopImmediatePropagation();
readonly attribute boolean bubbles;
readonly attribute boolean cancelable;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698