| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 299ca2dcacc5be83e8e91c4a43177b7892bfb0b3..10b0015d1f997cba6dbebbd607d4c82df64cfc8b 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -5955,6 +5955,7 @@ class Map: public HeapObject {
|
| // descriptor array of the map. Returns NULL if no updated map is found.
|
| Map* CurrentMapForDeprecated();
|
|
|
| + static Handle<Map> RawCopy(Handle<Map> map, int instance_size);
|
| MUST_USE_RESULT MaybeObject* RawCopy(int instance_size);
|
| MUST_USE_RESULT MaybeObject* CopyWithPreallocatedFieldDescriptors();
|
| static Handle<Map> CopyDropDescriptors(Handle<Map> map);
|
| @@ -5996,8 +5997,6 @@ class Map: public HeapObject {
|
| static Handle<Map> CopyNormalized(Handle<Map> map,
|
| PropertyNormalizationMode mode,
|
| NormalizedMapSharingMode sharing);
|
| - MUST_USE_RESULT MaybeObject* CopyNormalized(PropertyNormalizationMode mode,
|
| - NormalizedMapSharingMode sharing);
|
|
|
| inline void AppendDescriptor(Descriptor* desc,
|
| const DescriptorArray::WhitenessWitness&);
|
|
|