| 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 569a6a2deef5c1d67897bf9b0cfdc3542add6d71..fe412ca23724f802db9a174bde2fbe127f5560f5 100644
|
| --- a/pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart
|
| +++ b/pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart
|
| @@ -360,9 +360,9 @@ class KernelAstAdapter extends KernelToElementMapBaseMixin
|
| }
|
|
|
| @override
|
| - LoopClosureScope getLoopClosureScope(
|
| + LoopScopeInClosure getLoopScopeInClosure(
|
| ClosureDataLookup closureLookup, ir.TreeNode node) {
|
| - return closureLookup.getLoopClosureScope(getNode(node));
|
| + return closureLookup.getLoopScopeInClosure(getNode(node));
|
| }
|
| }
|
|
|
|
|