| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 8e5168db1c841f08a9a050febd4c6ccc7db5715a..0425889fb88d8bf2da4147d1d5211c38e429e532 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -2319,11 +2319,6 @@ class JSObject: public JSReceiver {
|
| Handle<Name> name,
|
| Handle<Object> structure,
|
| PropertyAttributes attributes);
|
| - static void DefineElementAccessor(Handle<JSObject> object,
|
| - uint32_t index,
|
| - Handle<Object> getter,
|
| - Handle<Object> setter,
|
| - PropertyAttributes attributes);
|
|
|
| // Return the hash table backing store or the inline stored identity hash,
|
| // whatever is found.
|
|
|