Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index af6c112093e9c7fe44428cbec7578277f6eacbd2..64d4953ce5d5654e2b63146a615b5e87215bd83a 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) \ |
| \ |