Index: tools/dom/templates/html/impl/impl_HTMLTemplateElement.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_HTMLTemplateElement.darttemplate b/tools/dom/templates/html/impl/impl_HTMLTemplateElement.darttemplate |
index 98c71992da0ab64a04e8c670bd431acda27b628c..7d546fe2f26f5ada4a2d47fc43a37aa6d73f0569 100644 |
--- a/tools/dom/templates/html/impl/impl_HTMLTemplateElement.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_HTMLTemplateElement.darttemplate |
@@ -7,7 +7,7 @@ |
part of $LIBRARYNAME; |
@Experimental() |
-$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
+$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS { |
$!MEMBERS |
/** |