Index: runtime/vm/flow_graph.cc |
=================================================================== |
--- runtime/vm/flow_graph.cc (revision 44579) |
+++ runtime/vm/flow_graph.cc (working copy) |
@@ -100,7 +100,7 @@ |
if (constant == NULL) { |
// Otherwise, allocate and add it to the pool. |
constant = new(zone()) ConstantInstr( |
- Object::ZoneHandle(isolate(), object.raw())); |
+ Object::ZoneHandle(zone(), object.raw())); |
constant->set_ssa_temp_index(alloc_ssa_temp_index()); |
AddToInitialDefinitions(constant); |