| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index 0485fdd9ea98a2565b0c6fe07f27d18711f72890..f170700c965d120d3201a5ab97dc923b16cab33e 100644
|
| --- a/src/factory.h
|
| +++ b/src/factory.h
|
| @@ -222,7 +222,7 @@ class Factory {
|
|
|
| Handle<JSObject> NewFunctionPrototype(Handle<JSFunction> function);
|
|
|
| - Handle<Map> CopyMapDropDescriptors(Handle<Map> map);
|
| + Handle<Map> CopyWithPreallocatedFieldDescriptors(Handle<Map> map);
|
|
|
| // Copy the map adding more inobject properties if possible without
|
| // overflowing the instance size.
|
|
|