Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 872cf1194dae3f0a574596a9c7cb6b04e0c9e0aa..92b66b7715508c2209942d1cae12312dc68bef8a 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -261,7 +261,6 @@ namespace internal { |
| F(Apply, 5, 1) \ |
| F(GetOriginalConstructor, 0, 1) \ |
| F(ConvertReceiver, 1, 1) \ |
| - F(CallFunction, -1 /* receiver + n args + function */, 1) \ |
| F(IsConstructCall, 0, 1) \ |
| F(IsFunction, 1, 1) |