| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index dc96725023d6c7f0bf14b0383303d3ef04f2b8ab..12eba2ba25f4468a172436daf03d85ac8a252f10 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -6027,8 +6027,7 @@ class Map: public HeapObject {
|
| static void AppendCallbackDescriptors(Handle<Map> map,
|
| Handle<Object> descriptors);
|
|
|
| - static inline int SlackForArraySize(bool is_prototype_map, int old_size,
|
| - int size_limit);
|
| + static inline int SlackForArraySize(int old_size, int size_limit);
|
|
|
| static void EnsureDescriptorSlack(Handle<Map> map, int slack);
|
|
|
|
|