Chromium Code Reviews| 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..fbfefe7ff73944018fe0b1c81fb6b0c6b738cfff 100644 |
| --- a/tools/dom/templates/html/impl/impl_SVGSVGElement.darttemplate |
| +++ b/tools/dom/templates/html/impl/impl_SVGSVGElement.darttemplate |
| @@ -3,8 +3,7 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| part of svg; |
| - |
| -/// @domName $DOMNAME |
| +$ANNOTATIONS |
| class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
| factory $CLASSNAME() => _$(CLASSNAME)FactoryProvider.createSvgSvgElement(); |