Index: src/x87/lithium-x87.cc |
diff --git a/src/x87/lithium-x87.cc b/src/x87/lithium-x87.cc |
index 35d3e3f5b479a22569154702f8c2feb34f44e7d3..5204d9be21e43f3d5f883108943870100fb5abfe 100644 |
--- a/src/x87/lithium-x87.cc |
+++ b/src/x87/lithium-x87.cc |
@@ -2609,6 +2609,7 @@ LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) { |
if (instr->arguments_var() != NULL && instr->arguments_object()->IsLinked()) { |
inner->Bind(instr->arguments_var(), instr->arguments_object()); |
} |
+ inner->BindContext(instr->closure_context()); |
inner->set_entry(instr); |
current_block_->UpdateEnvironment(inner); |
chunk_->AddInlinedClosure(instr->closure()); |