| Index: src/runtime/runtime.h
 | 
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
 | 
| index e51730f99d9bf9a0094eb7e0b5f89c653268912d..620bf532c72f0f3e93953aa5ea386b6a2d85d13d 100644
 | 
| --- a/src/runtime/runtime.h
 | 
| +++ b/src/runtime/runtime.h
 | 
| @@ -226,7 +226,6 @@ namespace internal {
 | 
|    F(FunctionIsAPIFunction, 1, 1)           \
 | 
|    F(SetCode, 2, 1)                         \
 | 
|    F(SetNativeFlag, 1, 1)                   \
 | 
| -  F(ThrowStrongModeTooFewArguments, 0, 1)  \
 | 
|    F(IsConstructor, 1, 1)                   \
 | 
|    F(SetForceInlineFlag, 1, 1)              \
 | 
|    F(Call, -1 /* >= 2 */, 1)                \
 | 
| @@ -297,7 +296,6 @@ namespace internal {
 | 
|    F(ThrowIllegalInvocation, 0, 1)                   \
 | 
|    F(ThrowIteratorResultNotAnObject, 1, 1)           \
 | 
|    F(ThrowStackOverflow, 0, 1)                       \
 | 
| -  F(ThrowStrongModeImplicitConversion, 0, 1)        \
 | 
|    F(PromiseRejectEvent, 3, 1)                       \
 | 
|    F(PromiseRevokeReject, 1, 1)                      \
 | 
|    F(StackGuard, 0, 1)                               \
 | 
| 
 |