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