Index: sdk/lib/_internal/compiler/implementation/enqueue.dart |
diff --git a/sdk/lib/_internal/compiler/implementation/enqueue.dart b/sdk/lib/_internal/compiler/implementation/enqueue.dart |
index 7a8c8dead3a4878607a71975e33c8bca108b99cd..87968f7a599dce8f93bc9323cf1f28804a6ba062 100644 |
--- a/sdk/lib/_internal/compiler/implementation/enqueue.dart |
+++ b/sdk/lib/_internal/compiler/implementation/enqueue.dart |
@@ -85,6 +85,7 @@ abstract class Enqueuer { |
Enqueuer(this.name, this.compiler, this.itemCompilationContextCreator); |
Queue<WorkItem> get queue; |
+ bool get queueIsEmpty => queue.isEmpty; |
/// Returns [:true:] if this enqueuer is the resolution enqueuer. |
bool get isResolutionQueue => false; |