Index: mojo/dart/embedder/builtin.dart |
diff --git a/mojo/dart/embedder/builtin.dart b/mojo/dart/embedder/builtin.dart |
index 28b47a322e49c4a263c65d643ed16bc89715592a..9c2a9f6bc4da9874234f51b9f6dcc082104b0976 100644 |
--- a/mojo/dart/embedder/builtin.dart |
+++ b/mojo/dart/embedder/builtin.dart |
@@ -7,7 +7,7 @@ library mojo_builtin; |
import 'dart:async'; |
import 'dart:convert'; |
//import 'dart:_internal'; |
-import 'mojo:core'; |
+import 'dart:mojo.core'; |
// import 'root_library'; happens here from C Code |
// The root library (aka the script) is imported into this library. The |