| 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 fc13d961847369aec96ccb04aa4777e1ef2c70b1..1d4a6e2ce9bca2166690a781ff49a4aa49ec6491 100644
|
| --- a/pkg/compiler/lib/src/js_model/closure_visitors.dart
|
| +++ b/pkg/compiler/lib/src/js_model/closure_visitors.dart
|
| @@ -6,8 +6,8 @@ import 'package:kernel/ast.dart' as ir;
|
|
|
| import '../closure.dart';
|
| import '../elements/entities.dart';
|
| -import 'closure.dart';
|
| import '../kernel/element_map.dart';
|
| +import 'closure.dart';
|
|
|
| /// This builder walks the code to determine what variables are captured/free at
|
| /// various points to build ClosureScope that can respond to queries
|
|
|