| 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 82adfa6feace3d2b0fce0e0a2667c8a5c35f0499..4a9d2b027c62f7e9620289f96edf8449857a564d 100644
|
| --- a/third_party/WebKit/Source/core/events/Event.idl
|
| +++ b/third_party/WebKit/Source/core/events/Event.idl
|
| @@ -56,7 +56,7 @@
|
|
|
| // Non-standard APIs
|
| [MeasureAs=EventSrcElement] readonly attribute EventTarget srcElement;
|
| - [MeasureAs=EventReturnValue, CallWith=ExecutionContext, ImplementedAs=legacyReturnValue] attribute boolean returnValue;
|
| - [MeasureAs=EventCancelBubble, CallWith=ExecutionContext] attribute boolean cancelBubble;
|
| + [MeasureAs=EventReturnValue, CallWith=ScriptState, ImplementedAs=legacyReturnValue] attribute boolean returnValue;
|
| + [MeasureAs=EventCancelBubble, CallWith=ScriptState] attribute boolean cancelBubble;
|
| [MeasureAs=EventPath, CallWith=ScriptState] readonly attribute EventTarget[] path;
|
| };
|
|
|