Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 8e2bba61c3a1a0a1edc312feaba8324692bda4d7..f2fe3ab34e4618bd56b61512614110225f3cf17c 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -322,7 +322,6 @@ namespace internal { |
| F(AllocateInNewSpace, 1, 1) \ |
| F(AllocateInTargetSpace, 2, 1) \ |
| F(CollectStackTrace, 2, 1) \ |
| - F(RenderCallSite, 0, 1) \ |
| F(MessageGetStartPosition, 1, 1) \ |
| F(MessageGetScript, 1, 1) \ |
| F(ErrorToStringRT, 1, 1) \ |