Index: tools/dom/templates/html/dartium/web_sql_dartium.darttemplate |
diff --git a/tools/dom/templates/html/dartium/web_sql_dartium.darttemplate b/tools/dom/templates/html/dartium/web_sql_dartium.darttemplate |
index 0cfd7f93bd2aef2e47d6d9de461c9f9bfb8585d3..70f3b67ded68b851a1d7a48ae32d67d845992aa6 100644 |
--- a/tools/dom/templates/html/dartium/web_sql_dartium.darttemplate |
+++ b/tools/dom/templates/html/dartium/web_sql_dartium.darttemplate |
@@ -21,7 +21,7 @@ import 'dart:html'; |
import 'dart:html_common'; |
import 'dart:nativewrappers'; |
$if DART_USE_BLINK |
-import 'dart:blink' as blink; |
+import 'dart:_blink' as _blink; |
$endif |
$!GENERATED_DART_FILES |