Index: tools/dom/templates/html/impl/impl_SVGSVGElement.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_SVGSVGElement.darttemplate b/tools/dom/templates/html/impl/impl_SVGSVGElement.darttemplate |
index 13eabab0f0a3cfdf02e9ec4d450cb2708507abb0..6279a7e4f1aa13155f896203bc1e4e829f0af5de 100644 |
--- a/tools/dom/templates/html/impl/impl_SVGSVGElement.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_SVGSVGElement.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() { |
final el = new SvgElement.tag("svg"); |
// The SVG spec requires the version attribute to match the spec version |