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