| Index: pkg/compiler/lib/src/js/rewrite_async.dart
|
| diff --git a/pkg/compiler/lib/src/js/rewrite_async.dart b/pkg/compiler/lib/src/js/rewrite_async.dart
|
| index 854213bbdcf38cfb9780c9c3695462baac3f8a37..4be28d1ce0411fd853e829bd695b86d518deae4c 100644
|
| --- a/pkg/compiler/lib/src/js/rewrite_async.dart
|
| +++ b/pkg/compiler/lib/src/js/rewrite_async.dart
|
| @@ -12,10 +12,7 @@ import 'package:js_runtime/shared/async_await_error_codes.dart'
|
|
|
| import "js.dart" as js;
|
|
|
| -import '../diagnostics/diagnostic_listener.dart';
|
| -import '../diagnostics/spannable.dart' show
|
| - NO_LOCATION_SPANNABLE,
|
| - Spannable;
|
| +import '../common.dart';
|
| import '../util/util.dart' show
|
| Pair;
|
|
|
|
|