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