Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index 85087270bef2f112a5561422b09fbf5df1f18a2c..41c0d2a3d49a58e5a3ec8780fff005d39755daa2 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -10028,7 +10028,6 @@ class JSArray: public JSObject { |
| // Can cause GC. |
| static Handle<Object> SetElementsLength(Handle<JSArray> array, |
| Handle<Object> length); |
| - MUST_USE_RESULT MaybeObject* SetElementsLength(Object* length); |
| // Set the content of the array to the content of storage. |
| MUST_USE_RESULT inline MaybeObject* SetContent(FixedArrayBase* storage); |