Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index ce3b23f7b6547ad143c3834d198a27a084f39cdb..6666b2c8238189ccfe269a8616c660550a69fe6a 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -2042,7 +2042,7 @@ class Heap { |
// Make a copy of src, also grow the copy, and return the copy. |
MUST_USE_RESULT AllocationResult |
- CopyFixedArrayAndGrow(FixedArray* src, int grow_by); |
+ CopyFixedArrayAndGrow(FixedArray* src, int grow_by, PretenureFlag pretenure); |
// Make a copy of src, set the map, and return the copy. |
MUST_USE_RESULT AllocationResult |