| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index d69b8db39c50e215f929d09886052fe4dba0183c..430ec5174bea9263e31f9362084ce1c95dc2e5a9 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -56,7 +56,8 @@ namespace internal {
|
| F(ArraySpeciesConstructor, 1, 1) \
|
| F(ArrayIncludes_Slow, 3, 1) \
|
| F(ArrayIndexOf, 3, 1) \
|
| - F(SpreadIterablePrepare, 1, 1)
|
| + F(SpreadIterablePrepare, 1, 1) \
|
| + F(SpreadIterablePrepareFixed, 1, 1)
|
|
|
| #define FOR_EACH_INTRINSIC_ATOMICS(F) \
|
| F(ThrowNotIntegerSharedTypedArrayError, 1, 1) \
|
|
|