Index: Source/core/dom/Event.idl |
diff --git a/Source/core/dom/Event.idl b/Source/core/dom/Event.idl |
index 74af6e13cbde35c684c858bea81ebfb065fd1998..88d704fa31a407916b41e338b8f401ca4914c601 100644 |
--- a/Source/core/dom/Event.idl |
+++ b/Source/core/dom/Event.idl |
@@ -69,7 +69,7 @@ |
// IE Extensions |
readonly attribute EventTarget srcElement; |
- attribute boolean returnValue; |
+ [ImplementedAs=legacyReturnValue, DeprecateAs=EventReturnValue] attribute boolean returnValue; |
attribute boolean cancelBubble; |
[EnabledAtRuntime=ShadowDOM] readonly attribute NodeList path; |