| Index: sky/engine/core/events/UIEvent.idl
|
| diff --git a/sky/engine/core/events/UIEvent.idl b/sky/engine/core/events/UIEvent.idl
|
| index 4d025d8050b968d75e006eb29804a3a86692fd14..40b41588aaa12cac83912de8a66e28969210cb93 100644
|
| --- a/sky/engine/core/events/UIEvent.idl
|
| +++ b/sky/engine/core/events/UIEvent.idl
|
| @@ -30,10 +30,10 @@
|
| [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;
|
| + readonly attribute long layerX;
|
| + readonly attribute long layerY;
|
| + readonly attribute long pageX;
|
| + readonly attribute long pageY;
|
|
|
| // FIXME: these belong on the KeyboardEvent interface
|
| readonly attribute long keyCode;
|
|
|