Index: tools/dom/templates/html/impl/impl_TextEvent.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_TextEvent.darttemplate b/tools/dom/templates/html/impl/impl_TextEvent.darttemplate |
index 765a28005034f2e56fb6999cfb7348cc70a6093a..e12cc8bf76b295b397dc26187fb98ebdebb0d483 100644 |
--- a/tools/dom/templates/html/impl/impl_TextEvent.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_TextEvent.darttemplate |
@@ -6,7 +6,7 @@ |
part of $LIBRARYNAME; |
-$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
+$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS { |
factory $CLASSNAME(String type, |
{bool canBubble: false, bool cancelable: false, Window view, String data}) { |
if (view == null) { |