Index: tools/dom/templates/html/dartium/svg_dartium.darttemplate |
diff --git a/tools/dom/templates/html/dartium/svg_dartium.darttemplate b/tools/dom/templates/html/dartium/svg_dartium.darttemplate |
index 6dff8b63eeb35bd7117763baa2560f1f1d5391c5..ef7ac852b0ecbac4acb53f8cf206eac7bdc42546 100644 |
--- a/tools/dom/templates/html/dartium/svg_dartium.darttemplate |
+++ b/tools/dom/templates/html/dartium/svg_dartium.darttemplate |
@@ -13,7 +13,7 @@ library dart.dom.svg; |
import 'dart:async'; |
import 'dart:collection'; |
-import 'dart:_internal' hide deprecated; |
+import 'dart:_internal'; |
import 'dart:html'; |
import 'dart:html_common'; |
import 'dart:nativewrappers'; |