Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 0f920c7259eba9fc3521013d3fe2027f24c8f461..775562522cf41e5ae20b44a8cd803464a5b12361 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -64,7 +64,6 @@ namespace internal { |
| F(ToFastProperties, 1, 1) \ |
| F(FinishArrayPrototypeSetup, 1, 1) \ |
| F(SpecialArrayFunctions, 1, 1) \ |
| - F(IsCallable, 1, 1) \ |
| F(IsClassicModeFunction, 1, 1) \ |
| F(GetDefaultReceiver, 1, 1) \ |
| \ |