Index: Source/core/events/MouseEvent.idl |
diff --git a/Source/core/events/MouseEvent.idl b/Source/core/events/MouseEvent.idl |
index 0b9211caa710718426700bccdf71e5afa6a66b2b..16beaeb99dfb6cbb9655ac99e6fe5dd4c34e14dd 100644 |
--- a/Source/core/events/MouseEvent.idl |
+++ b/Source/core/events/MouseEvent.idl |
@@ -30,8 +30,8 @@ |
[InitializedByEventConstructor] readonly attribute boolean metaKey; |
[InitializedByEventConstructor] readonly attribute unsigned short button; |
[InitializedByEventConstructor] readonly attribute EventTarget? relatedTarget; |
- readonly attribute long webkitMovementX; |
- readonly attribute long webkitMovementY; |
+ [MeasureAs=PrefixedMouseEventMovementX] readonly attribute long webkitMovementX; |
+ [MeasureAs=PrefixedMouseEventMovementY] readonly attribute long webkitMovementY; |
void initMouseEvent([Default=Undefined] optional DOMString type, |
[Default=Undefined] optional boolean canBubble, |