| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index b18fbe0129aa6585b6f748d33658c03cd7113b68..36f54bb8a3e4816258c8918e894588f403bb6d40 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -300,6 +300,8 @@ namespace internal {
|
| F(Interrupt, 0, 1) \
|
| F(AllocateInNewSpace, 1, 1) \
|
| F(AllocateInTargetSpace, 2, 1) \
|
| + F(AllocateSeqOneByteString, 1, 1) \
|
| + F(AllocateSeqTwoByteString, 1, 1) \
|
| F(CollectStackTrace, 2, 1) \
|
| F(MessageGetStartPosition, 1, 1) \
|
| F(MessageGetScript, 1, 1) \
|
|
|