Index: tools/dom/templates/html/dartium/indexed_db_dartium.darttemplate |
diff --git a/tools/dom/templates/html/dartium/indexed_db_dartium.darttemplate b/tools/dom/templates/html/dartium/indexed_db_dartium.darttemplate |
index 460d0146146eb718c738f20e96bfe494a84d942e..448d4928d9a8a4c32fd915e9efad54fd2a0e6e1d 100644 |
--- a/tools/dom/templates/html/dartium/indexed_db_dartium.darttemplate |
+++ b/tools/dom/templates/html/dartium/indexed_db_dartium.darttemplate |
@@ -12,7 +12,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 |