| Index: pkg/compiler/lib/src/cps_ir/update_refinements.dart
|
| diff --git a/pkg/compiler/lib/src/cps_ir/update_refinements.dart b/pkg/compiler/lib/src/cps_ir/update_refinements.dart
|
| index 09f5d7a06d8b7e5cec7db08c31bb993eac57fef6..20d333f55c2f2e0695495a288473872f2f648416 100644
|
| --- a/pkg/compiler/lib/src/cps_ir/update_refinements.dart
|
| +++ b/pkg/compiler/lib/src/cps_ir/update_refinements.dart
|
| @@ -1,9 +1,9 @@
|
| library dart2js.cps_ir.update_refinements;
|
|
|
| +import '../world.dart';
|
| import 'cps_ir_nodes.dart';
|
| import 'optimizers.dart' show Pass;
|
| import 'type_mask_system.dart';
|
| -import '../world.dart';
|
|
|
| /// Updates all references to use the most refined version in scope.
|
| ///
|
|
|