| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index a55deddb7d2d575a81334f521c6f6c79b2b19e64..dc1678bb73e4ed53327a0cdc7d8e02e564d603c0 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -922,7 +922,8 @@ namespace internal {
|
| F(HasFixedInt32Elements, 1, 1) \
|
| F(HasFixedFloat32Elements, 1, 1) \
|
| F(HasFixedFloat64Elements, 1, 1) \
|
| - F(HasFixedUint8ClampedElements, 1, 1)
|
| + F(HasFixedUint8ClampedElements, 1, 1) \
|
| + F(SpeciesProtector, 0, 1)
|
|
|
| #define FOR_EACH_INTRINSIC_TYPEDARRAY(F) \
|
| F(ArrayBufferGetByteLength, 1, 1) \
|
|
|