| Index: pkg/compiler/lib/src/world.dart
|
| diff --git a/pkg/compiler/lib/src/world.dart b/pkg/compiler/lib/src/world.dart
|
| index bfa210004e58b95245d96c4fe8295807a3fa2585..5bb3f52bf07d5c95a06472edf64dbaa32afcd1de 100644
|
| --- a/pkg/compiler/lib/src/world.dart
|
| +++ b/pkg/compiler/lib/src/world.dart
|
| @@ -5,8 +5,8 @@
|
| library dart2js.world;
|
|
|
| import 'closure.dart' show SynthesizedCallMethodElementX;
|
| -import 'common.dart';
|
| import 'common/backend_api.dart' show Backend;
|
| +import 'common.dart';
|
| import 'compiler.dart' show Compiler;
|
| import 'core_types.dart' show CoreClasses;
|
| import 'dart_types.dart';
|
|
|