| Index: src/x64/lithium-x64.cc
|
| diff --git a/src/x64/lithium-x64.cc b/src/x64/lithium-x64.cc
|
| index b2994cd154c62c03a0f1edc27a5ca733912d6984..ddc115faa232907f3b301bfbce29c553fe5e52a8 100644
|
| --- a/src/x64/lithium-x64.cc
|
| +++ b/src/x64/lithium-x64.cc
|
| @@ -755,7 +755,7 @@ LInstruction* LChunkBuilder::MarkAsSaveDoubles(LInstruction* instr) {
|
|
|
| LInstruction* LChunkBuilder::AssignPointerMap(LInstruction* instr) {
|
| ASSERT(!instr->HasPointerMap());
|
| - instr->set_pointer_map(new LPointerMap(position_));
|
| + instr->set_pointer_map(new LPointerMap(info_->zone(), position_));
|
| return instr;
|
| }
|
|
|
|
|