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 279a3ece997f67101d19656c6321b9ddc7d947ee..774f4ee38a318e22171fdc9b5322d333adaee3a7 100644 |
--- a/tools/dom/templates/html/dartium/html_dartium.darttemplate |
+++ b/tools/dom/templates/html/dartium/html_dartium.darttemplate |
@@ -52,7 +52,7 @@ import 'dart:svg' show Matrix; |
import 'dart:svg' show SvgSvgElement; |
import 'dart:web_audio' as web_audio; |
$if DART_USE_BLINK |
-import 'dart:blink' as blink; |
+import 'dart:_blink' as _blink; |
$endif |
export 'dart:math' show Rectangle, Point; |