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

Unified Diff: sdk/lib/_internal/compiler/implementation/resolution/members.dart

Issue 16001006: Enqueue fields for resolution in the enqueuer, instead of doing it in the resolver. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 7 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
Index: sdk/lib/_internal/compiler/implementation/resolution/members.dart
===================================================================
--- sdk/lib/_internal/compiler/implementation/resolution/members.dart (revision 23257)
+++ sdk/lib/_internal/compiler/implementation/resolution/members.dart (working copy)
@@ -2589,13 +2589,6 @@
if (cls.isAbstract(compiler)) {
compiler.backend.registerAbstractClassInstantiation(mapping);
}
- // [cls] might be the declaration element and we want to include injected
- // members.
- cls.implementation.forEachInstanceField(
- (ClassElement enclosingClass, Element member) {
- world.addToWorkList(member);
- },
- includeSuperAndInjectedMembers: true);
if (isSymbolConstructor) {
if (node.isConst()) {
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/enqueue.dart ('k') | sdk/lib/_internal/compiler/implementation/ssa/builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698