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