Index: tools/dom/templates/html/dart2js/web_gl_dart2js.darttemplate |
diff --git a/tools/dom/templates/html/dart2js/web_gl_dart2js.darttemplate b/tools/dom/templates/html/dart2js/web_gl_dart2js.darttemplate |
index 292f1fda508665aaf6cafde23a869b2e0722b1f3..4d8ff3c522a6922c286e3c9d06dca20a2092b4e0 100644 |
--- a/tools/dom/templates/html/dart2js/web_gl_dart2js.darttemplate |
+++ b/tools/dom/templates/html/dart2js/web_gl_dart2js.darttemplate |
@@ -7,7 +7,7 @@ |
*/ |
library dart.dom.web_gl; |
-import 'dart:collection'; |
+import 'dart:collection' hide LinkedList, LinkedListEntry; |
import 'dart:_internal' show FixedLengthListMixin; |
import 'dart:html'; |
import 'dart:html_common'; |