Index: tools/dom/templates/html/dartium/chrome_dartium.darttemplate |
diff --git a/tools/dom/templates/html/dartium/chrome_dartium.darttemplate b/tools/dom/templates/html/dartium/chrome_dartium.darttemplate |
index ca4804834bb507e04d6a5db7b5b0ef17ffaf74ee..be0ecd8a57f437d72fc64b9d4118094809c2f90c 100644 |
--- a/tools/dom/templates/html/dartium/chrome_dartium.darttemplate |
+++ b/tools/dom/templates/html/dartium/chrome_dartium.darttemplate |
@@ -15,5 +15,5 @@ |
library _chrome; |
$if DART_USE_BLINK |
-import 'dart:blink' as blink; |
+import 'dart:_blink' as _blink; |
$endif |