Index: Source/core/events/WheelEvent.idl |
diff --git a/Source/core/events/WheelEvent.idl b/Source/core/events/WheelEvent.idl |
index 99686815b26df04eb1586fe5aad8cf2430576a47..91fcf88359db23f56fce26661e8302cb7562fe9a 100644 |
--- a/Source/core/events/WheelEvent.idl |
+++ b/Source/core/events/WheelEvent.idl |
@@ -37,8 +37,4 @@ |
[InitializedByEventConstructor, MeasureAs=WheelEventWheelDeltaX] readonly attribute long wheelDeltaX; |
[InitializedByEventConstructor, MeasureAs=WheelEventWheelDeltaY] readonly attribute long wheelDeltaY; |
[MeasureAs=WheelEventWheelDelta] readonly attribute long wheelDelta; |
- |
- // WebKit Extension |
- [MeasureAs=PrefixedWheelEventDirectionInvertedFromDevice] |
- readonly attribute boolean webkitDirectionInvertedFromDevice; |
}; |