| Index: runtime/vm/flow_graph_compiler.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler.cc (revision 36573)
|
| +++ runtime/vm/flow_graph_compiler.cc (working copy)
|
| @@ -592,7 +592,7 @@
|
| return NULL;
|
| }
|
|
|
| - Environment* env = instruction->env()->DeepCopy();
|
| + Environment* env = instruction->env()->DeepCopy(isolate());
|
| // 1. Iterate the registers in the order they will be spilled to compute
|
| // the slots they will be spilled to.
|
| intptr_t next_slot = StackSize();
|
|
|