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

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

Issue 1152903003: Create SendStructure for unary and binary in resolution. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 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: pkg/compiler/lib/src/universe/universe.dart
diff --git a/pkg/compiler/lib/src/universe/universe.dart b/pkg/compiler/lib/src/universe/universe.dart
index efa10aab43ca13e9dc458c0a9a50405cb35f7059..cd9c64532f8e44c4016c7f65c349aca4580f134f 100644
--- a/pkg/compiler/lib/src/universe/universe.dart
+++ b/pkg/compiler/lib/src/universe/universe.dart
@@ -624,7 +624,7 @@ class Selector {
factory Selector.getterFrom(Selector selector)
=> new Selector(SelectorKind.GETTER,
- selector.memberName,
+ selector.memberName.getter,
CallStructure.NO_ARGS);
factory Selector.setter(String name, LibraryElement library)

Powered by Google App Engine
This is Rietveld 408576698