Index: runtime/vm/object.cc |
=================================================================== |
--- runtime/vm/object.cc (revision 45547) |
+++ runtime/vm/object.cc (working copy) |
@@ -9348,9 +9348,6 @@ |
String& first_import_lib_url = String::Handle(); |
Object& found_obj = Object::Handle(); |
String& found_obj_name = String::Handle(); |
- // We don't look up getter names explicitly. Setter names are |
- // looked up explicitly when converting top-level getters to setters. |
- ASSERT(!Field::IsGetterName(name)); |
ASSERT(!ShouldBePrivate(name)); |
for (intptr_t i = 0; i < num_imports(); i++) { |
import ^= ImportAt(i); |