Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index f6ce77b1a7c64b3604681e9a22ef691abe762ebe..fe0242c7990af6431be7c0bfe9f375ed00caf468 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -10023,7 +10023,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); |