Chromium Code Reviews| Index: runtime/vm/parser.cc |
| =================================================================== |
| --- runtime/vm/parser.cc (revision 41936) |
| +++ runtime/vm/parser.cc (working copy) |
| @@ -4468,7 +4468,6 @@ |
| helper_class.LookupDynamicFunctionAllowPrivate(Symbols::toString())); |
| ASSERT(!to_string_func.IsNull()); |
| to_string_func = to_string_func.Clone(cls); |
| - to_string_func.set_is_visible(false); |
| enum_members.AddFunction(to_string_func); |
| cls.AddFields(enum_members.fields()); |