| Index: pkg/compiler/lib/src/cps_ir/cps_ir_nodes_sexpr.dart
|
| diff --git a/pkg/compiler/lib/src/cps_ir/cps_ir_nodes_sexpr.dart b/pkg/compiler/lib/src/cps_ir/cps_ir_nodes_sexpr.dart
|
| index d788549e624144163cbb427de8089d8083434534..8d32d04578af5d2a5eb4da97517785ebcb223253 100644
|
| --- a/pkg/compiler/lib/src/cps_ir/cps_ir_nodes_sexpr.dart
|
| +++ b/pkg/compiler/lib/src/cps_ir/cps_ir_nodes_sexpr.dart
|
| @@ -5,9 +5,9 @@
|
| library dart2js.ir_nodes_sexpr;
|
|
|
| import '../constants/values.dart';
|
| +import '../universe/call_structure.dart' show CallStructure;
|
| import '../util/util.dart';
|
| import 'cps_ir_nodes.dart';
|
| -import '../universe/call_structure.dart' show CallStructure;
|
|
|
| /// A [Decorator] is a function used by [SExpressionStringifier] to augment the
|
| /// output produced for a node or reference. It can be provided to the
|
|
|