Index: tools/dom/templates/html/dartium/web_audio_dartium.darttemplate |
diff --git a/tools/dom/templates/html/dartium/web_audio_dartium.darttemplate b/tools/dom/templates/html/dartium/web_audio_dartium.darttemplate |
index c79c9d474dcb4b7a24150fd8249f0e3377b9951c..b5ed9e1a10def97b2aabfecda7ba3fd0e8cff190 100644 |
--- a/tools/dom/templates/html/dartium/web_audio_dartium.darttemplate |
+++ b/tools/dom/templates/html/dartium/web_audio_dartium.darttemplate |
@@ -8,7 +8,7 @@ library dart.dom.web_audio; |
import 'dart:async'; |
import 'dart:collection'; |
-import 'dart:_internal' hide deprecated; |
+import 'dart:_internal'; |
import 'dart:html'; |
import 'dart:html_common'; |
import 'dart:nativewrappers'; |