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