| Index: src/arm/lithium-arm.cc
|
| diff --git a/src/arm/lithium-arm.cc b/src/arm/lithium-arm.cc
|
| index 5b5bd6b17c397b77b0df551af3752a87cdba5e52..1833f3e0c4828abfd2a27e24caa09aa2ee33c3a8 100644
|
| --- a/src/arm/lithium-arm.cc
|
| +++ b/src/arm/lithium-arm.cc
|
| @@ -2239,7 +2239,7 @@ LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) {
|
| instr->function(),
|
| undefined,
|
| instr->call_kind(),
|
| - instr->is_construct());
|
| + instr->inlining_kind());
|
| if (instr->arguments_var() != NULL) {
|
| inner->Bind(instr->arguments_var(), graph()->GetArgumentsObject());
|
| }
|
|
|