| 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 f9a37c3170ea302c8e0b3826b2098e7747634e94..d73b462a45c37288dd8819d907aea6989cc862a8 100644
|
| --- a/third_party/WebKit/Source/core/events/Event.idl
|
| +++ b/third_party/WebKit/Source/core/events/Event.idl
|
| @@ -87,5 +87,5 @@
|
| const unsigned short CHANGE = 32768;
|
| [MeasureAs=EventSrcElement] readonly attribute EventTarget srcElement;
|
| [MeasureAs=EventReturnValue, CallWith=ExecutionContext, ImplementedAs=legacyReturnValue] attribute boolean returnValue;
|
| - [MeasureAs=EventCancelBubble] attribute boolean cancelBubble;
|
| + [MeasureAs=EventCancelBubble, CallWith=ExecutionContext] attribute boolean cancelBubble;
|
| };
|
|
|