| Index: src/arm/lithium-codegen-arm.cc
|
| diff --git a/src/arm/lithium-codegen-arm.cc b/src/arm/lithium-codegen-arm.cc
|
| index 21483835e3a9fea8f541cbe2eb18080103d590ed..7ddbaa9ade99feefe6da5765a4db82ae98dc0802 100644
|
| --- a/src/arm/lithium-codegen-arm.cc
|
| +++ b/src/arm/lithium-codegen-arm.cc
|
| @@ -3984,7 +3984,7 @@ void LCodeGen::DoCallNew(LCallNew* instr) {
|
| __ mov(r0, Operand(instr->arity()));
|
| // No cell in r2 for construct type feedback in optimized code
|
| __ LoadRoot(r2, Heap::kUndefinedValueRootIndex);
|
| - CallConstructStub stub(isolate(), NO_CALL_FUNCTION_FLAGS);
|
| + CallConstructStub stub(isolate(), NO_CALL_CONSTRUCTOR_FLAGS);
|
| CallCode(stub.GetCode(), RelocInfo::CONSTRUCT_CALL, instr);
|
| }
|
|
|
|
|