| Index: runtime/vm/parser.cc
|
| diff --git a/runtime/vm/parser.cc b/runtime/vm/parser.cc
|
| index 3b54a799c059d5e14c37ece152b469dd16eca1c7..ec199eae568a86deabe777e2ecd7282b8782385f 100644
|
| --- a/runtime/vm/parser.cc
|
| +++ b/runtime/vm/parser.cc
|
| @@ -4869,7 +4869,7 @@ void Parser::ParseEnumDefinition(const Class& cls) {
|
| enum_members.AddFunction(to_string_func);
|
|
|
| // Clone the hashCode getter function from the helper class.
|
| - Function& hash_code_func = Function::Handle(I,
|
| + Function& hash_code_func = Function::Handle(Z,
|
| helper_class.LookupDynamicFunctionAllowPrivate(Symbols::hashCode()));
|
| ASSERT(!hash_code_func.IsNull());
|
| hash_code_func = hash_code_func.Clone(cls);
|
|
|