Index: src/x64/lithium-x64.cc |
diff --git a/src/x64/lithium-x64.cc b/src/x64/lithium-x64.cc |
index 7c47df6a59e471fb1e6163d1aa36505cd8fd1e9e..d147907035fbfb10b746c69a975bfd083bd3bdc0 100644 |
--- a/src/x64/lithium-x64.cc |
+++ b/src/x64/lithium-x64.cc |
@@ -2270,6 +2270,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; |