Index: sdk/lib/html/dartium/html_dartium.dart |
diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart |
index ec3089c66d9409b06fa91df557768bdd1d1266ba..78de601c9651eb043db902a23cd256a902400fda 100644 |
--- a/sdk/lib/html/dartium/html_dartium.dart |
+++ b/sdk/lib/html/dartium/html_dartium.dart |
@@ -26837,7 +26837,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. |