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

Unified Diff: dart/sdk/lib/_internal/compiler/implementation/closure.dart

Issue 626433004: Forget closure classes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged with r40894 Created 6 years, 2 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 | dart/sdk/lib/_internal/compiler/implementation/enqueue.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/sdk/lib/_internal/compiler/implementation/closure.dart
diff --git a/dart/sdk/lib/_internal/compiler/implementation/closure.dart b/dart/sdk/lib/_internal/compiler/implementation/closure.dart
index 22233d97dceb7300df5778f1a0f78ac9c2daf490..69f622c4de6c3998f3f94412309aeadb29e33328 100644
--- a/dart/sdk/lib/_internal/compiler/implementation/closure.dart
+++ b/dart/sdk/lib/_internal/compiler/implementation/closure.dart
@@ -102,6 +102,7 @@ class ClosureTask extends CompilerTask {
universe.fieldSetters.remove(e);
universe.fieldGetters.remove(e);
});
+ compiler.enqueuer.codegen.seenClasses.remove(cls);
}
}
« no previous file with comments | « no previous file | dart/sdk/lib/_internal/compiler/implementation/enqueue.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698