| Index: tools/dom/templates/html/impl/impl_Touch.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Touch.darttemplate b/tools/dom/templates/html/impl/impl_Touch.darttemplate
|
| index a23e2f59f488521cfb8dca676e4d97a744667ae5..4a726722a387b4ca087079829918a57db24e3bb9 100644
|
| --- a/tools/dom/templates/html/impl/impl_Touch.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Touch.darttemplate
|
| @@ -9,7 +9,7 @@ $(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS
|
| $!MEMBERS
|
|
|
| // As of Chrome 37, these all changed from long to double. This code
|
| -// preserves backwards compatability for the time being.
|
| +// preserves backwards compatibility for the time being.
|
| $if DART2JS
|
| int get __clientX => JS('num', '#.clientX', this).round();
|
| int get __clientY => JS('num', '#.clientY', this).round();
|
|
|