| Index: lib/compiler/implementation/apiimpl.dart
|
| diff --git a/lib/compiler/implementation/apiimpl.dart b/lib/compiler/implementation/apiimpl.dart
|
| index 4062ba6c8b7239dc5f3297208e66ba67d83569ac..9a669dc57272a1587b6533ce857b33e77744c7fd 100644
|
| --- a/lib/compiler/implementation/apiimpl.dart
|
| +++ b/lib/compiler/implementation/apiimpl.dart
|
| @@ -73,7 +73,7 @@ class Compiler extends leg.Compiler {
|
| canonicalUri = new Uri.fromComponents(scheme: "dart", path: path);
|
| }
|
| elements.LibraryElement library =
|
| - scanner.loadLibrary(uri, null, canonicalUri);
|
| + libraryLoader.loadLibrary(uri, null, canonicalUri);
|
| return library;
|
| }
|
|
|
|
|