| Index: core/events/WheelEvent.idl
|
| diff --git a/core/events/WheelEvent.idl b/core/events/WheelEvent.idl
|
| index 1cba713f668e38d8bdeb5738ce3ff53a10d1bb9e..6c7acff717723fab39ff8c8cd29640188be1c041 100644
|
| --- a/core/events/WheelEvent.idl
|
| +++ b/core/events/WheelEvent.idl
|
| @@ -39,8 +39,10 @@
|
| 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,
|
|
|