Index: tools/dom/templates/html/impl/impl_MutationEvent.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_MutationEvent.darttemplate b/tools/dom/templates/html/impl/impl_MutationEvent.darttemplate |
index 546064065b27401a3f232488fbbccf034bbcfcf5..c4a30c6b38126ae752b8060fd720bb8117164fef 100644 |
--- a/tools/dom/templates/html/impl/impl_MutationEvent.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_MutationEvent.darttemplate |
@@ -4,7 +4,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, Node relatedNode, |
String prevValue, String newValue, String attrName, int attrChange: 0}) { |
@@ -16,6 +16,3 @@ $(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
} |
$!MEMBERS |
} |
- |
- |
- |