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