| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index eda74cad15aa584f0eb9da26dc67e925e4fdc732..5f7f1ac9927dd18872bb154dc4976cf1a03c2321 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -312,8 +312,6 @@ namespace internal {
|
| F(AllocateInTargetSpace, 2, 1) \
|
| F(AllocateSeqOneByteString, 1, 1) \
|
| F(AllocateSeqTwoByteString, 1, 1) \
|
| - F(MessageGetStartPosition, 1, 1) \
|
| - F(MessageGetScript, 1, 1) \
|
| F(IS_VAR, 1, 1) \
|
| F(ThrowConstructedNonConstructable, 1, 1) \
|
| F(ThrowDerivedConstructorReturnedNonObject, 0, 1) \
|
|
|