| 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 0fbdacb9d77ebdf7343d0f52ef694ec203cf8245..cf03ecfb878afaccd4585935d4d2e722113a1fe3 100644
|
| --- a/tools/dom/templates/html/impl/impl_SVGElement.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_SVGElement.darttemplate
|
| @@ -30,8 +30,8 @@ class _AttributeClassSet extends CssClassSet {
|
| _element.attributes['class'] = Strings.join(list, ' ');
|
| }
|
| }
|
| -
|
| -$(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| +$ANNOTATIONS
|
| +class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| factory $CLASSNAME.tag(String tag) =>
|
| _$(CLASSNAME)FactoryProvider.create$(CLASSNAME)_tag(tag);
|
| factory $CLASSNAME.svg(String svg) =>
|
|
|