| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index babe107f2fe37f84facbfdacfd38d5d0f3d7c22f..b2aedc18bc70a9b10fcb3b882af951a8c76caaef 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -163,6 +163,7 @@ using v8::MemoryPressureLevel;
|
| V(WeakCell, empty_weak_cell, EmptyWeakCell) \
|
| /* Protectors */ \
|
| V(PropertyCell, array_protector, ArrayProtector) \
|
| + V(PropertyCell, array_iterator_protector, ArrayIteratorProtector) \
|
| V(Cell, is_concat_spreadable_protector, IsConcatSpreadableProtector) \
|
| V(PropertyCell, has_instance_protector, HasInstanceProtector) \
|
| V(Cell, species_protector, SpeciesProtector) \
|
|
|