| 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 a427db9df015cfff3274a212e9d78111f40e4028..06c58deb90ea0e7a7ce8b3f1745cb58351331959 100644
|
| --- a/pkg/compiler/lib/src/resolution/send_structure.dart
|
| +++ b/pkg/compiler/lib/src/resolution/send_structure.dart
|
| @@ -4,10 +4,9 @@
|
|
|
| library dart2js.resolution.send_structure;
|
|
|
| -import '../dart_types.dart';
|
| -import '../diagnostics/spannable.dart' show
|
| - SpannableAssertionFailure;
|
| +import '../common.dart';
|
| import '../constants/expressions.dart';
|
| +import '../dart_types.dart';
|
| import '../elements/elements.dart';
|
| import '../tree/tree.dart';
|
| import '../universe/call_structure.dart' show
|
|
|