| Index: src/arm/lithium-arm.cc
 | 
| diff --git a/src/arm/lithium-arm.cc b/src/arm/lithium-arm.cc
 | 
| index fc3de67f9e865084f68e0d947cef118235a30bf8..39b33938c5f5432010fc3c48d3e1504325392423 100644
 | 
| --- a/src/arm/lithium-arm.cc
 | 
| +++ b/src/arm/lithium-arm.cc
 | 
| @@ -2559,6 +2559,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());
 | 
| 
 |