| 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 576854b83edfc1a55fec97ac398676ca4961742a..c9c70a7e5cdf4a7f1854e4fb41ba85ce27a2ad44 100644
|
| --- a/tools/dom/templates/html/impl/impl_SVGElement.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_SVGElement.darttemplate
|
| @@ -34,7 +34,7 @@ $(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| static final _START_TAG_REGEXP = new RegExp('<(\\w+)');
|
|
|
| factory $CLASSNAME.tag(String tag) =>
|
| - document.$dom_createElementNS("http://www.w3.org/2000/svg", tag);
|
| + document.createElementNS("http://www.w3.org/2000/svg", tag);
|
| factory $CLASSNAME.svg(String svg,
|
| {NodeValidator validator, NodeTreeSanitizer treeSanitizer}) {
|
|
|
|
|