| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index d84b57e9d6d8b566537d342700fd0b517cbd5303..7c89ccf4b2d43abe4d9290da9dd494d8acbefa0d 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -307,7 +307,6 @@ namespace internal {
|
| 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) \
|
|
|