Index: tools/dom/templates/html/dartium/web_gl_dartium.darttemplate |
diff --git a/tools/dom/templates/html/dartium/web_gl_dartium.darttemplate b/tools/dom/templates/html/dartium/web_gl_dartium.darttemplate |
index 264bc66178df87200c81f9d529e9542b4df603e5..08f9dbb159872763f7ef38cfbcd783890c4ba35d 100644 |
--- a/tools/dom/templates/html/dartium/web_gl_dartium.darttemplate |
+++ b/tools/dom/templates/html/dartium/web_gl_dartium.darttemplate |
@@ -11,7 +11,7 @@ import 'dart:html_common'; |
import 'dart:nativewrappers'; |
import 'dart:typed_data'; |
$if DART_USE_BLINK |
-import 'dart:blink' as blink; |
+import 'dart:_blink' as _blink; |
$endif |
part '$AUXILIARY_DIR/WebGLConstants.dart'; |