Index: src/heap.h |
diff --git a/src/heap.h b/src/heap.h |
index eecb4362d0820939439d873c9aef8f03d26ccef5..3a37accc03f6f6b6ae4367379bd4c77e407784b3 100644 |
--- a/src/heap.h |
+++ b/src/heap.h |
@@ -584,6 +584,7 @@ class Heap { |
MUST_USE_RESULT MaybeObject* AllocateJSArrayWithElements( |
FixedArrayBase* array_base, |
ElementsKind elements_kind, |
+ int length, |
PretenureFlag pretenure = NOT_TENURED); |
// Allocates and initializes a new global object based on a constructor. |