| Index: pkg/compiler/lib/src/library_loader.dart
|
| diff --git a/pkg/compiler/lib/src/library_loader.dart b/pkg/compiler/lib/src/library_loader.dart
|
| index be0cb41499551e76dde6f66fecb715fbc4dac788..7060f9139dc43a76f3275926664c9e485be10e6b 100644
|
| --- a/pkg/compiler/lib/src/library_loader.dart
|
| +++ b/pkg/compiler/lib/src/library_loader.dart
|
| @@ -548,7 +548,7 @@ class _LibraryLoaderTask extends CompilerTask implements LibraryLoaderTask {
|
| handler.registerDependency(
|
| library,
|
| new SyntheticImportElement(
|
| - library.entryCompilationUnit, Uris.dart_core),
|
| + library.entryCompilationUnit, Uris.dart_core, coreLibrary),
|
| coreLibrary);
|
| });
|
| }
|
|
|