| Index: src/heap/heap.cc
|
| diff --git a/src/heap/heap.cc b/src/heap/heap.cc
|
| index 4855076d79c3e5673849edbaad87306294e956d6..883858ee3241cc4e3def4c88cb599270b16e1134 100644
|
| --- a/src/heap/heap.cc
|
| +++ b/src/heap/heap.cc
|
| @@ -2809,10 +2809,6 @@ void Heap::CreateInitialObjects() {
|
|
|
| cell = factory->NewPropertyCell();
|
| cell->set_value(Smi::FromInt(Isolate::kProtectorValid));
|
| - set_has_instance_protector(*cell);
|
| -
|
| - cell = factory->NewPropertyCell();
|
| - cell->set_value(Smi::FromInt(Isolate::kProtectorValid));
|
| set_array_iterator_protector(*cell);
|
|
|
| Handle<Cell> is_concat_spreadable_cell = factory->NewCell(
|
|
|