| 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 223dc0ae0304769481b23ff4d8cb1dbd014ebc1b..5894720cd3849d041d5fceb15006e5b64d741c73 100644
|
| --- a/tools/dom/templates/html/impl/impl_UIEvent.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_UIEvent.darttemplate
|
| @@ -24,12 +24,4 @@ $(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS
|
| return e;
|
| }
|
| $!MEMBERS
|
| -
|
| - @DomName('UIEvent.layerX')
|
| - @DomName('UIEvent.layerY')
|
| - Point get layer => new Point(_layerX, _layerY);
|
| -
|
| - @DomName('UIEvent.pageX')
|
| - @DomName('UIEvent.pageY')
|
| - Point get page => new Point(_pageX, _pageY);
|
| }
|
|
|