Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 28292a07e9698ef7ef87b57953942691fdbcf81a..5013276fd55043a0c5ab4abc14e084543a5f3d8f 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -322,6 +322,7 @@ namespace internal { |
| F(RenderCallSite, 0, 1) \ |
| F(MessageGetStartPosition, 1, 1) \ |
| F(MessageGetScript, 1, 1) \ |
| + F(ErrorToStringRT, 1, 1) \ |
| F(FormatMessageString, 4, 1) \ |
| F(CallSiteGetFileNameRT, 3, 1) \ |
| F(CallSiteGetFunctionNameRT, 3, 1) \ |