Index: src/mips/lithium-mips.cc |
diff --git a/src/mips/lithium-mips.cc b/src/mips/lithium-mips.cc |
index 4585a4e20e9cc0c81395cfa70dddf91d9c88fa1d..e0dd80191564c781d957c83043b1e96262ce1be6 100644 |
--- a/src/mips/lithium-mips.cc |
+++ b/src/mips/lithium-mips.cc |
@@ -2277,6 +2277,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; |