Index: tools/dom/templates/html/impl/impl_CompositionEvent.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_CompositionEvent.darttemplate b/tools/dom/templates/html/impl/impl_CompositionEvent.darttemplate |
index a6f6e68e2f8f04c523a3b7cd1c33049c6fa1c20e..5db4acd77a5570b695af03069812bda25a2eaf45 100644 |
--- a/tools/dom/templates/html/impl/impl_CompositionEvent.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_CompositionEvent.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}) { |