| 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 8a00183fb63a476e7ca3b0432c5663f96b42a8f3..88b3d86e961d5cd4cbd9db33e21f8782e299a0b5 100644
|
| --- a/tools/dom/templates/html/dartium/impl_MouseEvent.darttemplate
|
| +++ b/tools/dom/templates/html/dartium/impl_MouseEvent.darttemplate
|
| @@ -49,7 +49,7 @@ $!MEMBERS
|
| @DomName('MouseEvent.movementY')
|
| @SupportedBrowser(SupportedBrowser.CHROME)
|
| @SupportedBrowser(SupportedBrowser.SAFARI)
|
| - @Experimental
|
| + @Experimental()
|
| Point get movement => new Point($dom_webkitMovementX, $dom_webkitMovementY);
|
|
|
| /**
|
|
|