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

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

Issue 2543753004: Move processing of instance members from ResolutionEnqueuer to ResolutionWorldBuilderImpl (Closed)
Patch Set: Created 4 years 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: pkg/compiler/lib/src/world.dart
diff --git a/pkg/compiler/lib/src/world.dart b/pkg/compiler/lib/src/world.dart
index c406d0700f8196e6554627632ef32678491913e6..2ddfbd885a141cf38591c7aa1cf277bce634c6a3 100644
--- a/pkg/compiler/lib/src/world.dart
+++ b/pkg/compiler/lib/src/world.dart
@@ -1124,7 +1124,7 @@ class WorldImpl implements ClosedWorld, ClosedWorldRefiner, OpenWorld {
return true;
}
if (element.isInstanceMember) {
- return !resolverWorld.hasInvokedSetter(element, this) &&
+ return !resolverWorld.hasInvokedSetter(element) &&
!resolverWorld.fieldSetters.contains(element);
}
return false;
« pkg/compiler/lib/src/util/enumset.dart ('K') | « pkg/compiler/lib/src/util/enumset.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698