| Index: tools/dom/templates/html/dartium/impl_MouseEvent.darttemplate
|
| diff --git a/tools/dom/templates/html/dartium/impl_MouseEvent.darttemplate b/tools/dom/templates/html/dartium/impl_MouseEvent.darttemplate
|
| index ca70cf5027f8290030f874362f03dcc8e27caaa5..1b2bbc8dcb35d5d073cfc6864742c222e88dd7e8 100644
|
| --- a/tools/dom/templates/html/dartium/impl_MouseEvent.darttemplate
|
| +++ b/tools/dom/templates/html/dartium/impl_MouseEvent.darttemplate
|
| @@ -50,7 +50,7 @@ $!MEMBERS
|
| @SupportedBrowser(SupportedBrowser.CHROME)
|
| @SupportedBrowser(SupportedBrowser.FIREFOX)
|
| @Experimental()
|
| - Point get movement => new Point(movementX, movementY);
|
| + Point get movement => new Point(_movementX, _movementY);
|
|
|
| /**
|
| * The coordinates of the mouse pointer in target node coordinates.
|
|
|