| Index: pkg/compiler/lib/src/resolution/semantic_visitor.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/semantic_visitor.dart b/pkg/compiler/lib/src/resolution/semantic_visitor.dart
|
| index 6f0005e3a8a5744253f1f38278e8dfc6a3924a12..c4fe79a5e8b91e453fe9f29eb9775d067f68048d 100644
|
| --- a/pkg/compiler/lib/src/resolution/semantic_visitor.dart
|
| +++ b/pkg/compiler/lib/src/resolution/semantic_visitor.dart
|
| @@ -7,11 +7,10 @@ library dart2js.semantics_visitor;
|
| import '../common.dart';
|
| import '../constants/expressions.dart';
|
| import '../dart_types.dart';
|
| -import '../tree/tree.dart';
|
| import '../elements/elements.dart';
|
| +import '../tree/tree.dart';
|
| import '../universe/call_structure.dart' show CallStructure;
|
| import '../universe/selector.dart' show Selector;
|
| -
|
| import 'operators.dart';
|
| import 'send_resolver.dart';
|
| import 'send_structure.dart';
|
|
|