Index: Source/core/events/WheelEvent.idl |
diff --git a/Source/core/events/WheelEvent.idl b/Source/core/events/WheelEvent.idl |
index 6c7acff717723fab39ff8c8cd29640188be1c041..aece23f4ca74c9d2928362534913427147f84f50 100644 |
--- a/Source/core/events/WheelEvent.idl |
+++ b/Source/core/events/WheelEvent.idl |
@@ -33,10 +33,10 @@ |
[InitializedByEventConstructor] readonly attribute double deltaZ; |
[InitializedByEventConstructor] readonly attribute unsigned long deltaMode; |
- // Non standard API. |
- [InitializedByEventConstructor] readonly attribute long wheelDeltaX; |
- [InitializedByEventConstructor] readonly attribute long wheelDeltaY; |
- readonly attribute long wheelDelta; |
+ // Non-standard API. |
+ [InitializedByEventConstructor, MeasureAs=WheelEventWheelDeltaX] readonly attribute long wheelDeltaX; |
+ [InitializedByEventConstructor, MeasureAs=WheelEventWheelDeltaY] readonly attribute long wheelDeltaY; |
+ [MeasureAs=WheelEventWheelDelta] readonly attribute long wheelDelta; |
// WebKit Extension |
[MeasureAs=PrefixedWheelEventDirectionInvertedFromDevice] |