Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index f956bb006e8a95ee6566b86ac0f5ec6ce64523bd..4f8d1d77c3d62472f3bcc5d12d16fc12934424eb 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -376,9 +376,6 @@ namespace internal { |
| F(GetFromCache, 2, 1) \ |
| \ |
| /* Message objects */ \ |
| - F(NewMessageObject, 2, 1) \ |
| - F(MessageGetType, 1, 1) \ |
| - F(MessageGetArguments, 1, 1) \ |
| F(MessageGetStartPosition, 1, 1) \ |
| F(MessageGetScript, 1, 1) \ |
| \ |