Index: Source/core/events/Event.idl |
diff --git a/Source/core/events/Event.idl b/Source/core/events/Event.idl |
index 4a803dda61d6bfbdeac90c25c696e05cfa3edf05..58a832a3a62598adba2dbea923183845ada2cb0f 100644 |
--- a/Source/core/events/Event.idl |
+++ b/Source/core/events/Event.idl |
@@ -69,7 +69,7 @@ |
// IE Extensions |
[MeasureAs=EventSrcElement] readonly attribute EventTarget srcElement; |
- [ImplementedAs=legacyReturnValue, MeasureAs=EventReturnValue] attribute boolean returnValue; |
+ [CallWith=ExecutionContext, ImplementedAs=legacyReturnValue, MeasureAs=EventReturnValue] attribute boolean returnValue; |
[MeasureAs=EventCancelBubble] attribute boolean cancelBubble; |
[MeasureAs=EventPath] readonly attribute NodeList path; |
[Custom=Getter, MeasureAs=EventClipboardData] readonly attribute DataTransfer clipboardData; |