| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index a98c4d649122782eb597ad684df4ed20b38f37ca..b6931e0eef59dbaba496698a2915531654acd3e2 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -2853,7 +2853,8 @@ class ArrayList : public FixedArray {
|
| inline void SetLength(int length);
|
| inline Object* Get(int index);
|
| inline Object** Slot(int index);
|
| - inline void Set(int index, Object* obj);
|
| + inline void Set(int index, Object* obj,
|
| + WriteBarrierMode mode = UPDATE_WRITE_BARRIER);
|
| inline void Clear(int index, Object* undefined);
|
| bool IsFull();
|
| DECLARE_CAST(ArrayList)
|
|
|