| Index: src/isolate.cc
|
| diff --git a/src/isolate.cc b/src/isolate.cc
|
| index f9e87bfaba6e92d393701edc1f4037e55c4f8937..c5e2640544d0f352d3eea38b8e004812d6414c7a 100644
|
| --- a/src/isolate.cc
|
| +++ b/src/isolate.cc
|
| @@ -2657,7 +2657,6 @@ void Isolate::InvalidateIsConcatSpreadableProtector() {
|
| }
|
|
|
| void Isolate::InvalidateArraySpeciesProtector() {
|
| - if (!FLAG_harmony_species) return;
|
| DCHECK(factory()->species_protector()->value()->IsSmi());
|
| DCHECK(IsArraySpeciesLookupChainIntact());
|
| factory()->species_protector()->set_value(
|
|
|