Chromium Code Reviews| Index: runtime/vm/flow_graph.h |
| =================================================================== |
| --- runtime/vm/flow_graph.h (revision 44266) |
| +++ runtime/vm/flow_graph.h (working copy) |
| @@ -230,7 +230,7 @@ |
| // have to keep deoptimization environment at gotos for LICM purposes. |
| void CopyDeoptTarget(Instruction* to, Instruction* from) { |
| if (is_licm_allowed()) { |
| - to->InheritDeoptTarget(isolate(), from); |
| + to->InheritDeoptTarget(zone(), from); |
| } |
| } |