| Index: Source/core/events/UIEvent.idl
|
| diff --git a/Source/core/events/UIEvent.idl b/Source/core/events/UIEvent.idl
|
| index d4e3e2b46a29f998146dd124d92faa1f91b2ec17..50e34acd34a34bf0ae0cd0f6f2ccfee7e86387d1 100644
|
| --- a/Source/core/events/UIEvent.idl
|
| +++ b/Source/core/events/UIEvent.idl
|
| @@ -34,12 +34,6 @@
|
| [Default=Undefined] optional Window? view,
|
| [Default=Undefined] optional long detail);
|
|
|
| - // Non-standard
|
| - [MeasureAs=UIEventLayerX] readonly attribute long layerX;
|
| - [MeasureAs=UIEventLayerY] readonly attribute long layerY;
|
| - [MeasureAs=UIEventPageX] readonly attribute long pageX;
|
| - [MeasureAs=UIEventPageY] readonly attribute long pageY;
|
| -
|
| // FIXME: these belong on the KeyboardEvent interface
|
| [MeasureAs=UIEventCharCode] readonly attribute long charCode;
|
| [MeasureAs=UIEventKeyCode] readonly attribute long keyCode;
|
|
|