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 cc7ba42dfbfb46fa401a9e846059d39a22677435..9dd9e846a87bcbda9bb4b269bb3619b3a6b3a91f 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 svg; |
-/// @domName $DOMNAME |
+@DomName('$DOMNAME') |
class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
factory $CLASSNAME() => _$(CLASSNAME)FactoryProvider.createSvgSvgElement(); |