| Index: pkg/compiler/lib/src/common/codegen.dart
|
| diff --git a/pkg/compiler/lib/src/common/codegen.dart b/pkg/compiler/lib/src/common/codegen.dart
|
| index ed52590bb5f39ced7d7c9a63d453136178324fb3..293cb594e12f8d7ee9f86d73915fbbd62335453c 100644
|
| --- a/pkg/compiler/lib/src/common/codegen.dart
|
| +++ b/pkg/compiler/lib/src/common/codegen.dart
|
| @@ -19,8 +19,7 @@ import '../elements/elements.dart' show
|
| FunctionElement,
|
| LocalFunctionElement;
|
| import '../enqueue.dart' show
|
| - CodegenEnqueuer,
|
| - WorldImpact;
|
| + CodegenEnqueuer;
|
| import '../js_backend/js_backend.dart' show
|
| JavaScriptBackend;
|
| import '../resolution/tree_elements.dart' show
|
| @@ -29,6 +28,8 @@ import '../universe/selector.dart' show
|
| Selector;
|
| import '../universe/universe.dart' show
|
| UniverseSelector;
|
| +import '../universe/world_impact.dart' show
|
| + WorldImpact;
|
| import '../util/util.dart' show
|
| Setlet;
|
| import 'registry.dart' show
|
|
|