| Index: src/elements.h
|
| diff --git a/src/elements.h b/src/elements.h
|
| index 9005096a1e2b0728b2ca516f7b3e7309d72abc04..584f1b54d714774238778777b8724bf8344982e2 100644
|
| --- a/src/elements.h
|
| +++ b/src/elements.h
|
| @@ -119,13 +119,13 @@ class ElementsAccessor {
|
| static void InitializeOncePerProcess();
|
| static void TearDown();
|
|
|
| - virtual void Set(FixedArrayBase* backing_store, uint32_t index,
|
| + virtual void Set(FixedArrayBase* backing_store, uint32_t entry,
|
| Object* value) = 0;
|
| virtual void Reconfigure(Handle<JSObject> object,
|
| Handle<FixedArrayBase> backing_store, uint32_t entry,
|
| Handle<Object> value,
|
| PropertyAttributes attributes) = 0;
|
| - virtual void Add(Handle<JSObject> object, uint32_t entry,
|
| + virtual void Add(Handle<JSObject> object, uint32_t index,
|
| Handle<Object> value, PropertyAttributes attributes,
|
| uint32_t new_capacity) = 0;
|
|
|
|
|