| Index: src/runtime/runtime.h
 | 
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
 | 
| index 8b8f2dddf6ea1979ebe02678eb85917d73df4afa..dcf5564c798e242510cf1c830724081ff364a56a 100644
 | 
| --- a/src/runtime/runtime.h
 | 
| +++ b/src/runtime/runtime.h
 | 
| @@ -474,7 +474,7 @@ namespace internal {
 | 
|    F(NewClosure_Tenured, 1, 1)           \
 | 
|    F(NewScriptContext, 2, 1)             \
 | 
|    F(NewFunctionContext, 1, 1)           \
 | 
| -  F(PushWithContext, 2, 1)              \
 | 
| +  F(PushWithContext, 3, 1)              \
 | 
|    F(PushCatchContext, 4, 1)             \
 | 
|    F(PushBlockContext, 2, 1)             \
 | 
|    F(DeleteLookupSlot, 1, 1)             \
 | 
| 
 |