| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index f0a49d6db49e532fae35284f5806f36dec5fe458..7c8b6091d5aa9d34ab32f2a4caed87a311684236 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -2040,8 +2040,7 @@ class JSObject: public JSReceiver {
|
| inline SeededNumberDictionary* element_dictionary(); // Gets slow elements.
|
|
|
| // Requires: HasFastElements().
|
| - static Handle<FixedArray> EnsureWritableFastElements(
|
| - Handle<JSObject> object);
|
| + static void EnsureWritableFastElements(Handle<JSObject> object);
|
|
|
| // Collects elements starting at index 0.
|
| // Undefined values are placed after non-undefined values.
|
|
|