| Index: pkg/compiler/lib/src/common/backend_api.dart
|
| diff --git a/pkg/compiler/lib/src/common/backend_api.dart b/pkg/compiler/lib/src/common/backend_api.dart
|
| index f72ce5e10c37166bd6d38d5c5090c97a962681e6..7d0062c963fe0eab04eec3403c723dbea0791451 100644
|
| --- a/pkg/compiler/lib/src/common/backend_api.dart
|
| +++ b/pkg/compiler/lib/src/common/backend_api.dart
|
| @@ -31,8 +31,7 @@ import '../elements/elements.dart' show
|
| import '../enqueue.dart' show
|
| Enqueuer,
|
| CodegenEnqueuer,
|
| - ResolutionEnqueuer,
|
| - WorldImpact;
|
| + ResolutionEnqueuer;
|
| import '../io/code_output.dart' show
|
| CodeBuffer;
|
| import '../io/source_information.dart' show
|
| @@ -53,6 +52,8 @@ import '../tree/tree.dart' show
|
| Send;
|
| import '../universe/call_structure.dart' show
|
| CallStructure;
|
| +import '../universe/world_impact.dart' show
|
| + WorldImpact;
|
|
|
| import 'codegen.dart' show
|
| CodegenWorkItem;
|
|
|