| Index: src/arm/lithium-codegen-arm.cc
|
| diff --git a/src/arm/lithium-codegen-arm.cc b/src/arm/lithium-codegen-arm.cc
|
| index dc93aea3461da251a785470be020995d790024b0..3ab751f6e6fc9f8574c92f50fe0deaab25568582 100644
|
| --- a/src/arm/lithium-codegen-arm.cc
|
| +++ b/src/arm/lithium-codegen-arm.cc
|
| @@ -763,7 +763,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);
|
| }
|
|
|
|
|