Index: tools/dom/templates/html/dartium/html_dartium.darttemplate |
diff --git a/tools/dom/templates/html/dartium/html_dartium.darttemplate b/tools/dom/templates/html/dartium/html_dartium.darttemplate |
index c6a200f94757e4538f55445d043f9a6f5b71ce8f..3aab59261c2b1002369e7dd09deee144ccd7c1d4 100644 |
--- a/tools/dom/templates/html/dartium/html_dartium.darttemplate |
+++ b/tools/dom/templates/html/dartium/html_dartium.darttemplate |
@@ -33,7 +33,7 @@ library dart.dom.html; |
import 'dart:async'; |
import 'dart:collection'; |
-import 'dart:_internal' hide Symbol, deprecated; |
+import 'dart:_internal' hide Symbol; |
import 'dart:html_common'; |
import 'dart:indexed_db'; |
import 'dart:indexed_db' show indexed_dbBlinkMap; |