Index: sdk/lib/html/dart2js/html_dart2js.dart |
diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart |
index d9cb35946f49310f5fd0ef22a0ceeba354c936f7..4ca1158924348743c9a8c8ef2e35d1f7c659720b 100644 |
--- a/sdk/lib/html/dart2js/html_dart2js.dart |
+++ b/sdk/lib/html/dart2js/html_dart2js.dart |
@@ -24074,7 +24074,7 @@ class MouseEvent extends UIEvent { |
@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. |