Index: tools/dom/templates/html/dart2js/svg_dart2js.darttemplate |
diff --git a/tools/dom/templates/html/dart2js/svg_dart2js.darttemplate b/tools/dom/templates/html/dart2js/svg_dart2js.darttemplate |
index 7af946bd2c2dd0425adcecbcf84585da62f616ff..e2a05b4c59bceb58b2b5600c8d998c18b705bba8 100644 |
--- a/tools/dom/templates/html/dart2js/svg_dart2js.darttemplate |
+++ b/tools/dom/templates/html/dart2js/svg_dart2js.darttemplate |
@@ -13,7 +13,7 @@ |
library dart.dom.svg; |
import 'dart:async'; |
-import 'dart:collection'; |
+import 'dart:collection' hide LinkedList, LinkedListEntry; |
import 'dart:_internal' show FixedLengthListMixin; |
import 'dart:html'; |
import 'dart:html_common'; |