| Index: pkg/compiler/lib/src/ssa/loop_handler.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/loop_handler.dart b/pkg/compiler/lib/src/ssa/loop_handler.dart
|
| index 570a5886689aace345ec1da32420d7d04e6fddca..f13817bae9c7e2dcc2e8d7d10efc5b3a601e909b 100644
|
| --- a/pkg/compiler/lib/src/ssa/loop_handler.dart
|
| +++ b/pkg/compiler/lib/src/ssa/loop_handler.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| import 'package:kernel/ast.dart' as ir;
|
|
|
| -import '../closure.dart' show LoopClosureScope;
|
| +import '../closure.dart' show CapturedLoopScope;
|
| import '../elements/jumps.dart';
|
| import '../io/source_information.dart';
|
| import '../tree/tree.dart' as ast;
|
| @@ -29,7 +29,7 @@ abstract class LoopHandler<T> {
|
| /// None of the functions must leave anything on the stack.
|
| void handleLoop(
|
| T loop,
|
| - LoopClosureScope loopClosureInfo,
|
| + CapturedLoopScope loopClosureInfo,
|
| JumpTarget jumpTarget,
|
| void initialize(),
|
| HInstruction condition(),
|
|
|