| Index: pkg/compiler/lib/src/world.dart
|
| diff --git a/pkg/compiler/lib/src/world.dart b/pkg/compiler/lib/src/world.dart
|
| index 46cc830f7dbb8f1504bc4c70b7e130b7d01d8479..6def323503301ab892825300e165b80e4d427528 100644
|
| --- a/pkg/compiler/lib/src/world.dart
|
| +++ b/pkg/compiler/lib/src/world.dart
|
| @@ -6,17 +6,12 @@ library dart2js.world;
|
|
|
| import 'closure.dart' show
|
| SynthesizedCallMethodElementX;
|
| +import 'common.dart';
|
| import 'common/backend_api.dart' show
|
| Backend;
|
| -import 'common/registry.dart' show
|
| - Registry;
|
| import 'compiler.dart' show
|
| Compiler;
|
| import 'dart_types.dart';
|
| -import 'diagnostics/diagnostic_listener.dart' show
|
| - DiagnosticReporter;
|
| -import 'diagnostics/invariant.dart' show
|
| - invariant;
|
| import 'elements/elements.dart' show
|
| ClassElement,
|
| Element,
|
|
|