| Index: pkg/compiler/lib/src/js_model/closure_visitors.dart
|
| diff --git a/pkg/compiler/lib/src/js_model/closure_visitors.dart b/pkg/compiler/lib/src/js_model/closure_visitors.dart
|
| index a820289c2b584683bcca4be4f6900f81ed2d937a..b6e7d3ba64262a0af859bdbec9c9516ae3f06180 100644
|
| --- a/pkg/compiler/lib/src/js_model/closure_visitors.dart
|
| +++ b/pkg/compiler/lib/src/js_model/closure_visitors.dart
|
| @@ -13,7 +13,7 @@ import 'closure.dart';
|
| class CapturedScopeBuilder extends ir.Visitor {
|
| ir.TreeNode _currentLocalFunction;
|
|
|
| - ClosureModel _model;
|
| + ScopeModel _model;
|
|
|
| /// A map of each visited call node with the associated information about what
|
| /// variables are captured/used. Each ir.Node key corresponds to a scope that
|
|
|