Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index 07422c245aad3e3cec279683f0358af951767e48..f4c736d645ef1a13d4f7ec0392842937ce35b5ed 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -172,6 +172,7 @@ using v8::MemoryPressureLevel; |
V(PropertyCell, array_protector, ArrayProtector) \ |
V(Cell, is_concat_spreadable_protector, IsConcatSpreadableProtector) \ |
V(Cell, species_protector, SpeciesProtector) \ |
+ V(Cell, string_bounds_check_protector, StringBoundsCheckProtector) \ |
V(PropertyCell, string_length_protector, StringLengthProtector) \ |
V(Cell, fast_array_iteration_protector, FastArrayIterationProtector) \ |
V(PropertyCell, array_iterator_protector, ArrayIteratorProtector) \ |