| 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 c4fe79a5e8b91e453fe9f29eb9775d067f68048d..2435fa6796644ce248fd0690f3600d0e57db865b 100644
|
| --- a/pkg/compiler/lib/src/resolution/semantic_visitor.dart
|
| +++ b/pkg/compiler/lib/src/resolution/semantic_visitor.dart
|
| @@ -6,7 +6,7 @@ library dart2js.semantics_visitor;
|
|
|
| import '../common.dart';
|
| import '../constants/expressions.dart';
|
| -import '../dart_types.dart';
|
| +import '../elements/resolution_types.dart';
|
| import '../elements/elements.dart';
|
| import '../tree/tree.dart';
|
| import '../universe/call_structure.dart' show CallStructure;
|
|
|