| Index: tools/dom/src/shared_SVGFactoryProviders.dart
|
| diff --git a/tools/dom/src/shared_SVGFactoryProviders.dart b/tools/dom/src/shared_SVGFactoryProviders.dart
|
| index 6f4b9a78f9fdd69eaa7bc3854979d0a94370caa0..eca6a9ceeb9dca9904be998824d18d49b2ccfc7c 100644
|
| --- a/tools/dom/src/shared_SVGFactoryProviders.dart
|
| +++ b/tools/dom/src/shared_SVGFactoryProviders.dart
|
| @@ -7,7 +7,7 @@ part of dart.dom.svg;
|
| class _SvgElementFactoryProvider {
|
| static SvgElement createSvgElement_tag(String tag) {
|
| final Element temp =
|
| - document.$dom_createElementNS("http://www.w3.org/2000/svg", tag);
|
| + document.createElementNS("http://www.w3.org/2000/svg", tag);
|
| return temp;
|
| }
|
| }
|
|
|