| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 5b14f9778aa8206807179b9ba2b982d48b8b8711..7ff116fad34a603d6081804a90eb46502c729158 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -2019,9 +2019,6 @@ class JSObject: public JSReceiver {
|
| }
|
|
|
| // These methods do not perform access checks!
|
| - MUST_USE_RESULT static MaybeHandle<AccessorPair> GetOwnElementAccessorPair(
|
| - Handle<JSObject> object, uint32_t index);
|
| -
|
| static void UpdateAllocationSite(Handle<JSObject> object,
|
| ElementsKind to_kind);
|
|
|
|
|