| Index: src/ia32/lithium-ia32.cc
|
| diff --git a/src/ia32/lithium-ia32.cc b/src/ia32/lithium-ia32.cc
|
| index 1b9aeb58c8cd108f2374a4b6346a35f4db3c4b82..7093f16d1e77f9501aa62fc3d0ddd5414b59b7d3 100644
|
| --- a/src/ia32/lithium-ia32.cc
|
| +++ b/src/ia32/lithium-ia32.cc
|
| @@ -756,7 +756,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;
|
| }
|
|
|
|
|