| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index 8c6e9253e11a12c21c86487fce8496e42239dc19..c48876bfb0e0f1e226a03f0c6965a00c72e8c552 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -3624,12 +3624,6 @@ bool Map::CanBeDeprecated() {
|
| }
|
|
|
|
|
| -Handle<Map> Map::CurrentMapForDeprecated(Handle<Map> map) {
|
| - if (!map->is_deprecated()) return map;
|
| - return GeneralizeRepresentation(map, 0, Representation::Smi());
|
| -}
|
| -
|
| -
|
| void Map::NotifyLeafMapLayoutChange() {
|
| dependent_code()->DeoptimizeDependentCodeGroup(
|
| GetIsolate(),
|
|
|