| Index: runtime/vm/flow_graph_compiler_mips.cc
|
| diff --git a/runtime/vm/flow_graph_compiler_mips.cc b/runtime/vm/flow_graph_compiler_mips.cc
|
| index a717323119304c2d4bcb728ed2d35f68a1c8958d..44fcaab6e3e0a7151d19e3b824e74f85ffaf9ed3 100644
|
| --- a/runtime/vm/flow_graph_compiler_mips.cc
|
| +++ b/runtime/vm/flow_graph_compiler_mips.cc
|
| @@ -1576,7 +1576,8 @@ void FlowGraphCompiler::EmitTestAndCall(const ICData& ic_data,
|
| *StubCode::CallStaticFunction_entry(),
|
| RawPcDescriptors::kOther,
|
| locs);
|
| - const Function& function = Function::Handle(zone(), ic_data.GetTargetAt(0));
|
| + const Function& function = Function::ZoneHandle(
|
| + zone(), ic_data.GetTargetAt(0));
|
| AddStaticCallTarget(function);
|
| __ Drop(argument_count);
|
| if (kNumChecks > 1) {
|
|
|