| Index: pkg/compiler/lib/src/world.dart
|
| diff --git a/pkg/compiler/lib/src/world.dart b/pkg/compiler/lib/src/world.dart
|
| index 20d0fd2f46d87b7841c4d846fec31fe3d62e6175..e8c9b13752317ee0917a6c77a074448056030764 100644
|
| --- a/pkg/compiler/lib/src/world.dart
|
| +++ b/pkg/compiler/lib/src/world.dart
|
| @@ -6,12 +6,18 @@ library dart2js.world;
|
|
|
| import 'closure.dart' show
|
| SynthesizedCallMethodElementX;
|
| -import 'dart2jslib.dart' show
|
| +import 'common/backend_api.dart' show
|
| + Backend;
|
| +import 'common/registry.dart' show
|
| + Registry;
|
| +import 'compiler.dart' show
|
| invariant,
|
| Backend,
|
| Compiler,
|
| Registry;
|
| import 'dart_types.dart';
|
| +import 'diagnostics/invariant.dart' show
|
| + invariant;
|
| import 'elements/elements.dart' show
|
| ClassElement,
|
| Element,
|
|
|