Index: runtime/vm/flow_graph_compiler_ia32.cc |
diff --git a/runtime/vm/flow_graph_compiler_ia32.cc b/runtime/vm/flow_graph_compiler_ia32.cc |
index 388b6d105e5c005a60dfdcce98eac08bb8eed50f..2902aba11eb2c6512579fd2ec56c65971123e4a9 100644 |
--- a/runtime/vm/flow_graph_compiler_ia32.cc |
+++ b/runtime/vm/flow_graph_compiler_ia32.cc |
@@ -1540,7 +1540,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) { |