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