| Index: src/x64/lithium-codegen-x64.cc
|
| diff --git a/src/x64/lithium-codegen-x64.cc b/src/x64/lithium-codegen-x64.cc
|
| index 98667ce87e35070f7410da03248b62363a847a02..4b5a9500aa85d0e6febaa87e9cd72507126e1b9a 100644
|
| --- a/src/x64/lithium-codegen-x64.cc
|
| +++ b/src/x64/lithium-codegen-x64.cc
|
| @@ -692,7 +692,7 @@ void LCodeGen::RecordSafepoint(LPointerMap* pointers,
|
|
|
|
|
| void LCodeGen::RecordSafepoint(int deoptimization_index) {
|
| - LPointerMap empty_pointers(RelocInfo::kNoPosition);
|
| + LPointerMap empty_pointers(zone(), RelocInfo::kNoPosition);
|
| RecordSafepoint(&empty_pointers, deoptimization_index);
|
| }
|
|
|
|
|