| Index: pkg/compiler/lib/src/common/backend_api.dart
|
| diff --git a/pkg/compiler/lib/src/common/backend_api.dart b/pkg/compiler/lib/src/common/backend_api.dart
|
| index 948fdbaaa35ba37c67d042b082d40b484bec309b..30d07c480d136db1cfea153fac204c372ddfee29 100644
|
| --- a/pkg/compiler/lib/src/common/backend_api.dart
|
| +++ b/pkg/compiler/lib/src/common/backend_api.dart
|
| @@ -6,6 +6,7 @@ library dart2js.backend_api;
|
|
|
| import 'dart:async' show Future;
|
|
|
| +import '../common.dart';
|
| import '../compiler.dart' show
|
| Compiler;
|
| import '../compile_time_constants.dart' show
|
| @@ -20,9 +21,6 @@ import '../constants/values.dart' show
|
| import '../dart_types.dart' show
|
| DartType,
|
| InterfaceType;
|
| -import '../diagnostics/spannable.dart' show
|
| - Spannable,
|
| - SpannableAssertionFailure;
|
| import '../elements/elements.dart' show
|
| ClassElement,
|
| ConstructorElement,
|
|
|