Chromium Code Reviews| Index: src/runtime.h | 
| diff --git a/src/runtime.h b/src/runtime.h | 
| index 56d2f1409d3f904cc06422e731288978e73f1069..81ca55ebd51d20ac004e531602332de24a35a40b 100644 | 
| --- a/src/runtime.h | 
| +++ b/src/runtime.h | 
| @@ -297,8 +297,8 @@ namespace internal { | 
| F(PromoteScheduledException, 0, 1) \ | 
| \ | 
| /* Contexts */ \ | 
| - F(NewContext, 1, 1) \ | 
| - F(PushContext, 1, 1) \ | 
| + F(NewFunctionContext, 1, 1) \ | 
| + F(PushWithContext, 1, 1) \ | 
| F(PushCatchContext, 1, 1) \ | 
| F(DeleteContextSlot, 2, 1) \ | 
| F(LoadContextSlot, 2, 2) \ |