| Index: src/heap/heap.cc
|
| diff --git a/src/heap/heap.cc b/src/heap/heap.cc
|
| index 63cdae87b751aa5bcc9d551406c34277fa04bdc2..3d5510b05b2780fdbf677a20489334f188217ecf 100644
|
| --- a/src/heap/heap.cc
|
| +++ b/src/heap/heap.cc
|
| @@ -3106,7 +3106,7 @@ void Heap::CreateInitialObjects() {
|
| set_last_script_id(Smi::FromInt(v8::UnboundScript::kNoScriptId));
|
|
|
| Handle<PropertyCell> cell = factory->NewPropertyCell();
|
| - cell->set_value(Smi::FromInt(1));
|
| + cell->set_value(Smi::FromInt(Isolate::kArrayProtectorValid));
|
| set_array_protector(*cell);
|
|
|
| set_allocation_sites_scratchpad(
|
|
|