Index: tools/dom/templates/html/impl/impl_Element.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_Element.darttemplate b/tools/dom/templates/html/impl/impl_Element.darttemplate |
index a676fa0e02e3a1913b70aa1c42fb602287885d23..f1cf5073d2e10778aaaf8b1fa0170477e0f2b9a7 100644 |
--- a/tools/dom/templates/html/impl/impl_Element.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_Element.darttemplate |
@@ -316,7 +316,7 @@ $!ELEMENT_STREAM_GETTERS |
} |
@DocsEditable() |
-$(ANNOTATIONS)abstract class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
+$(ANNOTATIONS)$(NATIVESPEC)abstract class $CLASSNAME$EXTENDS$IMPLEMENTS { |
/** |
* Creates an HTML element from a valid fragment of HTML. |