Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index a93c76040d420626c64df48cdb06ec950562835c..78c09d0d61c88ddfc3bd3735e51f83bec5ea0cc5 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -172,7 +172,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) \ |
+ V(PropertyCell, array_iterator_protector, ArrayIteratorProtector) \ |
V(PropertyCell, array_buffer_neutering_protector, \ |
ArrayBufferNeuteringProtector) \ |
/* Special numbers */ \ |