Chromium Code Reviews| Index: src/runtime.h | 
| diff --git a/src/runtime.h b/src/runtime.h | 
| index 7ab5948fb2d156fc04310d2c89682f7ad5eb293c..f0a977c23efb0bc9e55c8e8c2d9a736eb3bacb4d 100644 | 
| --- a/src/runtime.h | 
| +++ b/src/runtime.h | 
| @@ -80,6 +80,7 @@ namespace internal { | 
| \ | 
| /* Utilities */ \ | 
| F(CheckIsBootstrapping, 0, 1) \ | 
| + F(Call, -1 /* >= 2 */, 1) \ | 
| F(Apply, 5, 1) \ | 
| F(GetFunctionDelegate, 1, 1) \ | 
| F(GetConstructorDelegate, 1, 1) \ |