| 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 c9c70a7e5cdf4a7f1854e4fb41ba85ce27a2ad44..1d9f06e3ad7b78461c6853493a53f1d593120113 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_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| +$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS {
|
| static final _START_TAG_REGEXP = new RegExp('<(\\w+)');
|
|
|
| factory $CLASSNAME.tag(String tag) =>
|
|
|