| 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 9f07087b83897040b0300c4e9aa1f983e46e437d..cc21d775229e7562da5430da11d1cb9512288c5f 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)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| factory $CLASSNAME() => _$(CLASSNAME)FactoryProvider.createSvgSvgElement();
|
|
|
| $!MEMBERS
|
|
|