| 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 b666bfa8955f2de879f4fe1cfb56b2226e4c1d5c..d38f96598f7e0d1c06e4f9681f95f5fd8e0b5076 100644
|
| --- a/pkg/compiler/lib/src/library_loader.dart
|
| +++ b/pkg/compiler/lib/src/library_loader.dart
|
| @@ -6,9 +6,9 @@ library dart2js.library_loader;
|
|
|
| import 'dart:async';
|
|
|
| -import 'common.dart';
|
| import 'common/names.dart' show Uris;
|
| import 'common/tasks.dart' show CompilerTask;
|
| +import 'common.dart';
|
| import 'compiler.dart' show Compiler;
|
| import 'elements/elements.dart'
|
| show
|
| @@ -16,8 +16,7 @@ import 'elements/elements.dart'
|
| Element,
|
| ImportElement,
|
| ExportElement,
|
| - LibraryElement,
|
| - PrefixElement;
|
| + LibraryElement;
|
| import 'elements/modelx.dart'
|
| show
|
| CompilationUnitElementX,
|
|
|