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 1c14ff70815255a512634f551210b1960a5aed20..d629fd3c5824fb1b89ae1e03de722847983bf58f 100644 |
--- a/tools/dom/templates/html/impl/impl_Touch.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_Touch.darttemplate |
@@ -5,7 +5,7 @@ |
part of $LIBRARYNAME; |
@DocsEditable() |
-$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
+$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS { |
$!MEMBERS |
@DomName('Touch.clientX') |