| Index: src/arm/lithium-arm.cc
|
| diff --git a/src/arm/lithium-arm.cc b/src/arm/lithium-arm.cc
|
| index ab23b1163c0ef74ec5d431154fe251a1b38245b8..4c081e23d13dc8615faf3698e0946c5bfaf62a80 100644
|
| --- a/src/arm/lithium-arm.cc
|
| +++ b/src/arm/lithium-arm.cc
|
| @@ -2271,6 +2271,9 @@ LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) {
|
| undefined,
|
| instr->call_kind(),
|
| instr->is_construct());
|
| + if (instr->arguments() != NULL) {
|
| + inner->Bind(instr->arguments(), graph()->GetArgumentsObject());
|
| + }
|
| current_block_->UpdateEnvironment(inner);
|
| chunk_->AddInlinedClosure(instr->closure());
|
| return NULL;
|
|
|