| Index: tools/dom/templates/html/impl/impl_UIEvent.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_UIEvent.darttemplate b/tools/dom/templates/html/impl/impl_UIEvent.darttemplate
|
| index 034a510a06d994f8ed0f08cc25e151e58a03e63c..91e96b2c4509f115318dec985b8daee1add887ec 100644
|
| --- a/tools/dom/templates/html/impl/impl_UIEvent.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_UIEvent.darttemplate
|
| @@ -25,16 +25,6 @@ $(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| }
|
| $!MEMBERS
|
|
|
| - @deprecated
|
| - int get layerX => layer.x;
|
| - @deprecated
|
| - int get layerY => layer.y;
|
| -
|
| - @deprecated
|
| - int get pageX => page.x;
|
| - @deprecated
|
| - int get pageY => page.y;
|
| -
|
| @DomName('UIEvent.layerX')
|
| @DomName('UIEvent.layerY')
|
| Point get layer => new Point(_layerX, _layerY);
|
|
|