| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index cd8999c41a3e02b0dfb418ac1ba44957c5364331..2e77f7d1ca7c1c39fab3fc01ba1eb04de2d707e1 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -2874,15 +2874,6 @@ class JSObject: public JSReceiver {
|
| ValueType value_type,
|
| TransitionFlag flag);
|
|
|
| - // Add a property to a fast-case object using a map transition to
|
| - // new_map.
|
| - static void AddFastPropertyUsingMap(Handle<JSObject> object,
|
| - Handle<Map> new_map,
|
| - Handle<Name> name,
|
| - Handle<Object> value,
|
| - int field_index,
|
| - Representation representation);
|
| -
|
| // Add a property to a slow-case object.
|
| static void AddSlowProperty(Handle<JSObject> object,
|
| Handle<Name> name,
|
|
|