| Index: src/runtime/runtime.h
 | 
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
 | 
| index b18fbe0129aa6585b6f748d33658c03cd7113b68..3b861168f722dc86bea2dab4e61ad2b69f657c95 100644
 | 
| --- a/src/runtime/runtime.h
 | 
| +++ b/src/runtime/runtime.h
 | 
| @@ -327,8 +327,7 @@ namespace internal {
 | 
|    F(OrdinaryHasInstance, 2, 1)                      \
 | 
|    F(IsWasmObject, 1, 1)
 | 
|  
 | 
| -#define FOR_EACH_INTRINSIC_JSON(F) \
 | 
| -  F(ParseJson, 1, 1)
 | 
| +#define FOR_EACH_INTRINSIC_JSON(F) F(ParseJson, 2, 1)
 | 
|  
 | 
|  #define FOR_EACH_INTRINSIC_LITERALS(F) \
 | 
|    F(CreateRegExpLiteral, 4, 1)         \
 | 
| 
 |