| Index: pkg/compiler/lib/src/js_backend/codegen/codegen.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/codegen/codegen.dart b/pkg/compiler/lib/src/js_backend/codegen/codegen.dart
|
| index d2c539d963e42ba0e97dcdd01b8cf7d382bf6981..add58cefc82e14171e28a6f3809fd333762c0529 100644
|
| --- a/pkg/compiler/lib/src/js_backend/codegen/codegen.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/codegen/codegen.dart
|
| @@ -4,8 +4,6 @@
|
|
|
| library code_generator;
|
|
|
| -import 'glue.dart';
|
| -
|
| import '../../closure.dart' show ClosureClassElement;
|
| import '../../common/codegen.dart' show CodegenRegistry;
|
| import '../../constants/values.dart';
|
| @@ -21,6 +19,7 @@ import '../../universe/call_structure.dart' show CallStructure;
|
| import '../../universe/selector.dart' show Selector;
|
| import '../../universe/use.dart' show DynamicUse, StaticUse, TypeUse;
|
| import '../../util/maplet.dart';
|
| +import 'glue.dart';
|
|
|
| class CodegenBailout {
|
| final tree_ir.Node node;
|
|
|