| Index: core/events/WheelEvent.idl
|
| diff --git a/core/events/WheelEvent.idl b/core/events/WheelEvent.idl
|
| index 6c7acff717723fab39ff8c8cd29640188be1c041..91fcf88359db23f56fce26661e8302cb7562fe9a 100644
|
| --- a/core/events/WheelEvent.idl
|
| +++ b/core/events/WheelEvent.idl
|
| @@ -33,25 +33,8 @@
|
| [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;
|
| -
|
| - // WebKit Extension
|
| - [MeasureAs=PrefixedWheelEventDirectionInvertedFromDevice]
|
| - readonly attribute boolean webkitDirectionInvertedFromDevice;
|
| -
|
| - [MeasureAs=PrefixedWheelEventInit]
|
| - void initWebKitWheelEvent([Default=Undefined] optional long wheelDeltaX,
|
| - [Default=Undefined] optional long wheelDeltaY,
|
| - [Default=Undefined] optional Window view,
|
| - [Default=Undefined] optional long screenX,
|
| - [Default=Undefined] optional long screenY,
|
| - [Default=Undefined] optional long clientX,
|
| - [Default=Undefined] optional long clientY,
|
| - [Default=Undefined] optional boolean ctrlKey,
|
| - [Default=Undefined] optional boolean altKey,
|
| - [Default=Undefined] optional boolean shiftKey,
|
| - [Default=Undefined] optional boolean metaKey);
|
| + // Non-standard API.
|
| + [InitializedByEventConstructor, MeasureAs=WheelEventWheelDeltaX] readonly attribute long wheelDeltaX;
|
| + [InitializedByEventConstructor, MeasureAs=WheelEventWheelDeltaY] readonly attribute long wheelDeltaY;
|
| + [MeasureAs=WheelEventWheelDelta] readonly attribute long wheelDelta;
|
| };
|
|
|