| Index: src/full-codegen/full-codegen.cc
 | 
| diff --git a/src/full-codegen/full-codegen.cc b/src/full-codegen/full-codegen.cc
 | 
| index ed78ecb67458506e004c88cd6d62163596bb7d77..ece5e68533e2938a9dbbc569e74ca0be373d0425 100644
 | 
| --- a/src/full-codegen/full-codegen.cc
 | 
| +++ b/src/full-codegen/full-codegen.cc
 | 
| @@ -1132,6 +1132,7 @@ void FullCodeGenerator::VisitWithStatement(WithStatement* stmt) {
 | 
|    RestoreContext();
 | 
|    PrepareForBailoutForId(stmt->ToObjectId(), BailoutState::TOS_REGISTER);
 | 
|    PushOperand(result_register());
 | 
| +  PushOperand(stmt->scope()->scope_info());
 | 
|    PushFunctionArgumentForContextAllocation();
 | 
|    CallRuntimeWithOperands(Runtime::kPushWithContext);
 | 
|    StoreToFrameField(StandardFrameConstants::kContextOffset, context_register());
 | 
| 
 |