| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index 432d6133bd42437023aa55a9929aa9670971121b..b81eeaee5ecb99756ac3e3ccf0dd31a6465683f3 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -2920,9 +2920,6 @@ FixedArrayBase* Map::GetInitialElements() {
|
| GetHeap()->EmptyFixedTypedArrayForMap(this);
|
| DCHECK(!GetHeap()->InNewSpace(empty_array));
|
| return empty_array;
|
| - } else if (has_dictionary_elements()) {
|
| - DCHECK(!GetHeap()->InNewSpace(GetHeap()->empty_slow_element_dictionary()));
|
| - return GetHeap()->empty_slow_element_dictionary();
|
| } else {
|
| UNREACHABLE();
|
| }
|
|
|