| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 63c8d996f0e504ea290f9ff682c1e4dba1e906d1..6ecbdf2d8b26717a0d7df679081b556293621de2 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -6119,8 +6119,6 @@ class Map: public HeapObject {
|
| static void AppendCallbackDescriptors(Handle<Map> map,
|
| Handle<Object> descriptors);
|
|
|
| - static inline int SlackForArraySize(int old_size, int size_limit);
|
| -
|
| static void EnsureDescriptorSlack(Handle<Map> map, int slack);
|
|
|
| // Returns the found code or undefined if absent.
|
|
|