Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 7c89ccf4b2d43abe4d9290da9dd494d8acbefa0d..d84b57e9d6d8b566537d342700fd0b517cbd5303 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -307,6 +307,7 @@ |
| F(AllocateInTargetSpace, 2, 1) \ |
| F(AllocateSeqOneByteString, 1, 1) \ |
| F(AllocateSeqTwoByteString, 1, 1) \ |
| + F(CollectStackTrace, 2, 1) \ |
| F(MessageGetStartPosition, 1, 1) \ |
| F(MessageGetScript, 1, 1) \ |
| F(FormatMessageString, 4, 1) \ |