| Index: src/heap/heap.h
 | 
| diff --git a/src/heap/heap.h b/src/heap/heap.h
 | 
| index c77902f0f634f4a8055df8f9c6b254fd63ad5ac6..ea5ffe538373ac8ddf5a04f9ca22b10eba8023f8 100644
 | 
| --- a/src/heap/heap.h
 | 
| +++ b/src/heap/heap.h
 | 
| @@ -166,6 +166,7 @@ using v8::MemoryPressureLevel;
 | 
|    V(PropertyCell, has_instance_protector, HasInstanceProtector)                \
 | 
|    V(Cell, species_protector, SpeciesProtector)                                 \
 | 
|    V(PropertyCell, string_length_protector, StringLengthProtector)              \
 | 
| +  V(Cell, fast_array_iteration_protector, FastArrayIterationProtector)         \
 | 
|    /* Special numbers */                                                        \
 | 
|    V(HeapNumber, nan_value, NanValue)                                           \
 | 
|    V(HeapNumber, hole_nan_value, HoleNanValue)                                  \
 | 
| 
 |