| Index: tools/dom/templates/html/impl/impl_SVGElement.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_SVGElement.darttemplate b/tools/dom/templates/html/impl/impl_SVGElement.darttemplate
|
| index d196fc192e366b91487777b790c95208a2e3f8e4..02963d7cdbf01cadfa3e1840be9d710dec7da1d8 100644
|
| --- a/tools/dom/templates/html/impl/impl_SVGElement.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_SVGElement.darttemplate
|
| @@ -30,7 +30,7 @@ class _AttributeClassSet extends CssClassSetImpl {
|
| }
|
| }
|
|
|
| -$(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| +$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| factory $CLASSNAME.tag(String tag) =>
|
| _$(CLASSNAME)FactoryProvider.create$(CLASSNAME)_tag(tag);
|
| factory $CLASSNAME.svg(String svg) =>
|
|
|