| Index: Source/core/events/Event.idl
|
| diff --git a/Source/core/events/Event.idl b/Source/core/events/Event.idl
|
| index 70b36d2cee5e4ee5ce8a9af9845a2e7d26c1add4..dc030b020953851b06ffd91c2923003883fcc872 100644
|
| --- a/Source/core/events/Event.idl
|
| +++ b/Source/core/events/Event.idl
|
| @@ -68,7 +68,7 @@
|
|
|
| // IE Extensions
|
| readonly attribute EventTarget srcElement;
|
| - [ImplementedAs=legacyReturnValue, DeprecateAs=EventReturnValue] attribute boolean returnValue;
|
| + [ImplementedAs=legacyReturnValue, MeasureAs=EventReturnValue] attribute boolean returnValue;
|
| attribute boolean cancelBubble;
|
|
|
| [RuntimeEnabled=ShadowDOM] readonly attribute NodeList path;
|
|
|