| Index: tools/dom/templates/html/dart2js/impl_MouseEvent.darttemplate
|
| diff --git a/tools/dom/templates/html/dart2js/impl_MouseEvent.darttemplate b/tools/dom/templates/html/dart2js/impl_MouseEvent.darttemplate
|
| index fb81514516868bfdeac7e4e944b24d886824559f..8077fb006f0070499148393419aaa87e22009cdb 100644
|
| --- a/tools/dom/templates/html/dart2js/impl_MouseEvent.darttemplate
|
| +++ b/tools/dom/templates/html/dart2js/impl_MouseEvent.darttemplate
|
| @@ -31,7 +31,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.
|
|
|