| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index e217817f9b7648b5c353ea15f9c75a061af24e9f..f7134ea97230dedff5cdc031428c072530468eca 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -351,7 +351,7 @@ namespace internal {
|
| F(LiveEditCompareStrings, 2, 1) \
|
| F(LiveEditRestartFrame, 2, 1)
|
|
|
| -#define FOR_EACH_INTRINSIC_MATHS(F) F(GenerateRandomNumbers, 1, 1)
|
| +#define FOR_EACH_INTRINSIC_MATHS(F) F(GenerateRandomNumbers, 0, 1)
|
|
|
| #define FOR_EACH_INTRINSIC_NUMBERS(F) \
|
| F(IsValidSmi, 1, 1) \
|
|
|