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