Chromium Code Reviews| 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..db8518e70dd1bd9ed9d50cb5bfd336d3fc4e1afe 100644 |
| --- a/third_party/WebKit/Source/core/events/Event.idl |
| +++ b/third_party/WebKit/Source/core/events/Event.idl |
| @@ -36,7 +36,7 @@ |
| readonly attribute unsigned short eventPhase; |
| void stopPropagation(); |
|
esprehn
2016/11/15 00:01:19
Do we want to use counter stopPropagation too so w
mlamouri (slow - plz ping)
2016/11/15 00:05:23
Sure. Done.
|
| - void stopImmediatePropagation(); |
| + [Measure] void stopImmediatePropagation(); |
| readonly attribute boolean bubbles; |
| readonly attribute boolean cancelable; |