| Index: pkg/compiler/lib/src/resolution/send_structure.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/send_structure.dart b/pkg/compiler/lib/src/resolution/send_structure.dart
|
| index 0d0de9f8cb3a1ea29fbdcc57ea1c80283a5e91b0..7a3ec2540d702f36f4d8db683db2cf4f9b0eb0ce 100644
|
| --- a/pkg/compiler/lib/src/resolution/send_structure.dart
|
| +++ b/pkg/compiler/lib/src/resolution/send_structure.dart
|
| @@ -6,7 +6,7 @@ library dart2js.resolution.send_structure;
|
|
|
| import '../common.dart';
|
| import '../constants/expressions.dart';
|
| -import '../dart_types.dart';
|
| +import '../elements/resolution_types.dart';
|
| import '../elements/elements.dart';
|
| import '../resolution/tree_elements.dart' show TreeElements;
|
| import '../tree/tree.dart';
|
|
|