Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2003)

Unified Diff: pkg/compiler/lib/src/enqueue.dart

Issue 2723453004: Revert "Flush deferred action queue" (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/enqueue.dart
diff --git a/pkg/compiler/lib/src/enqueue.dart b/pkg/compiler/lib/src/enqueue.dart
index 3f0c0f4263ca823e080e9c6a933f8cbd304f4973..95488744065773396c835c2d037c2b749d67eec7 100644
--- a/pkg/compiler/lib/src/enqueue.dart
+++ b/pkg/compiler/lib/src/enqueue.dart
@@ -369,9 +369,7 @@ class ResolutionEnqueuer extends EnqueuerImpl {
if (!_onQueueEmpty(recents)) {
_recentClasses.addAll(recents);
}
- } while (_queue.isNotEmpty ||
- _recentClasses.isNotEmpty ||
- _deferredQueue.isNotEmpty);
+ } while (_queue.isNotEmpty || _recentClasses.isNotEmpty);
}
void logSummary(log(message)) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698