| Index: lib/html/dartium/html_dartium.dart
|
| diff --git a/lib/html/dartium/html_dartium.dart b/lib/html/dartium/html_dartium.dart
|
| index cd835f90f579d4cd3d7563de51b971ab145b2dbf..15e6464b4ddbb33eb05baf26c6e6f26a07c8b820 100644
|
| --- a/lib/html/dartium/html_dartium.dart
|
| +++ b/lib/html/dartium/html_dartium.dart
|
| @@ -43307,7 +43307,7 @@ class _SVGElementFactoryProvider {
|
| }
|
|
|
| parentTag.innerHTML = svg;
|
| - if (parentTag.elements.length == 1) return parentTag.nodes.removeLast();
|
| + if (parentTag.elements.length == 1) return parentTag.elements.removeLast();
|
|
|
| throw new IllegalArgumentException(
|
| 'SVG had ${parentTag.elements.length} '
|
|
|