| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index cdfcc9b26b4f08c8e5cbadacaa5937f46c227552..0b9b737d9131f8704c303b13b448340f38f8519f 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -2314,9 +2314,6 @@ class JSObject: public JSReceiver {
|
| }
|
|
|
| // These methods do not perform access checks!
|
| - MUST_USE_RESULT static MaybeHandle<AccessorPair> GetOwnPropertyAccessorPair(
|
| - Handle<JSObject> object,
|
| - Handle<Name> name);
|
| MUST_USE_RESULT static MaybeHandle<AccessorPair> GetOwnElementAccessorPair(
|
| Handle<JSObject> object,
|
| uint32_t index);
|
|
|