| Index: pkg/compiler/lib/src/js_model/locals.dart
|
| diff --git a/pkg/compiler/lib/src/js_model/locals.dart b/pkg/compiler/lib/src/js_model/locals.dart
|
| index a2e16472030d7cac86e9b8592339cee7bc3160ce..3ec482be02ccdc39f5e2756a77a2ded7e7f62a67 100644
|
| --- a/pkg/compiler/lib/src/js_model/locals.dart
|
| +++ b/pkg/compiler/lib/src/js_model/locals.dart
|
| @@ -132,9 +132,9 @@ class KernelToLocalsMapImpl implements KernelToLocalsMap {
|
| }
|
|
|
| @override
|
| - LoopClosureScope getLoopClosureScope(
|
| + LoopScopeInClosure getLoopScopeInClosure(
|
| ClosureDataLookup closureLookup, ir.TreeNode node) {
|
| - return closureLookup.getLoopClosureScope(node);
|
| + return closureLookup.getLoopScopeInClosure(node);
|
| }
|
| }
|
|
|
|
|