Index: tools/dom/templates/html/dart2js/web_audio_dart2js.darttemplate |
diff --git a/tools/dom/templates/html/dart2js/web_audio_dart2js.darttemplate b/tools/dom/templates/html/dart2js/web_audio_dart2js.darttemplate |
index 43c08538445d2bf9aac35af126ae0bfcd32cb47e..c290f9e7f98acf14a4dbc84322d9b34e3610be3b 100644 |
--- a/tools/dom/templates/html/dart2js/web_audio_dart2js.darttemplate |
+++ b/tools/dom/templates/html/dart2js/web_audio_dart2js.darttemplate |
@@ -8,7 +8,7 @@ |
library dart.dom.web_audio; |
import 'dart:async'; |
-import 'dart:collection'; |
+import 'dart:collection' hide LinkedList, LinkedListEntry; |
import 'dart:_internal' show FixedLengthListMixin; |
import 'dart:html'; |
import 'dart:html_common'; |