| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index da58a71bc111d80a127d6a010458806ba3f76bab..8b3d2aa60dd1edf6e165d18e83ac6ceb2736e7e5 100644
|
| --- a/src/factory.h
|
| +++ b/src/factory.h
|
| @@ -261,7 +261,6 @@ class Factory V8_FINAL {
|
| // Copy the map adding more inobject properties if possible without
|
| // overflowing the instance size.
|
| Handle<Map> CopyMap(Handle<Map> map, int extra_inobject_props);
|
| - Handle<Map> CopyMap(Handle<Map> map);
|
|
|
| Handle<FixedArray> CopyFixedArray(Handle<FixedArray> array);
|
|
|
|
|