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 1282401f3f4a7d2e97f87283539040660958b69a..b6c909714fe87a5db089b53623843d32bc95b727 100644 |
--- a/pkg/compiler/lib/src/js/rewrite_async.dart |
+++ b/pkg/compiler/lib/src/js/rewrite_async.dart |
@@ -12,8 +12,8 @@ import 'package:js_runtime/shared/async_await_error_codes.dart' |
import "js.dart" as js; |
+import '../diagnostic_listener.dart'; |
import '../util/util.dart'; |
-import '../dart2jslib.dart' show DiagnosticListener; |
/// Rewrites a [js.Fun] with async/sync*/async* functions and await and yield |
/// (with dart-like semantics) to an equivalent function without these. |