| Index: pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart b/pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart
|
| index 0554aca2214ca438fedf89917925cc0859b5e279..b703b068f3cb591202283b54cbc7073f196155b4 100644
|
| --- a/pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart
|
| +++ b/pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart
|
| @@ -344,9 +344,9 @@ class KernelAstAdapter extends KernelToElementMapMixin
|
| }
|
|
|
| @override
|
| - LoopClosureRepresentationInfo getClosureRepresentationInfoForLoop(
|
| + LoopClosureScope getLoopClosureScope(
|
| ClosureDataLookup closureLookup, ir.TreeNode node) {
|
| - return closureLookup.getClosureRepresentationInfoForLoop(getNode(node));
|
| + return closureLookup.getLoopClosureScope(getNode(node));
|
| }
|
| }
|
|
|
|
|