Index: src/heap/heap.cc |
diff --git a/src/heap/heap.cc b/src/heap/heap.cc |
index 104175ddacbd172724fc30bcb676be8375b2bd06..152ab5e127e7c66e2eba73ad6b5624e5699ca1c8 100644 |
--- a/src/heap/heap.cc |
+++ b/src/heap/heap.cc |
@@ -2868,6 +2868,10 @@ void Heap::CreateInitialObjects() { |
cell->set_value(Smi::FromInt(Isolate::kArrayProtectorValid)); |
set_string_length_protector(*cell); |
+ Handle<Cell> array_iterator_cell = factory->NewCell( |
+ handle(Smi::FromInt(Isolate::kArrayProtectorValid), isolate())); |
+ set_array_iterator_protector(*array_iterator_cell); |
+ |
set_serialized_templates(empty_fixed_array()); |
set_weak_stack_trace_list(Smi::kZero); |