Index: src/heap.h |
diff --git a/src/heap.h b/src/heap.h |
index 1ac4dfaa0808848947834983bd862aa0fc9f44d2..99abab147aab7580c8eaac95472df847d00c6ee1 100644 |
--- a/src/heap.h |
+++ b/src/heap.h |
@@ -1011,7 +1011,8 @@ class Heap { |
MUST_USE_RESULT MaybeObject* AllocateConstantPoolArray( |
int first_int64_index, |
- int first_ptr_index, |
+ int first_code_ptr_index, |
+ int first_heap_ptr_index, |
int first_int32_index); |
// Allocates a fixed double array with uninitialized values. Returns |