Index: src/heap.h |
diff --git a/src/heap.h b/src/heap.h |
index 17268cb3b291ee4f03fbfb325c2656835a7fe856..3a1f4560f13c5554aa200be560d5af1841c79241 100644 |
--- a/src/heap.h |
+++ b/src/heap.h |
@@ -572,7 +572,8 @@ class Heap { |
// set up already. |
bool ConfigureHeap(int max_semispace_size, |
intptr_t max_old_gen_size, |
- intptr_t max_executable_size); |
+ intptr_t max_executable_size, |
+ intptr_t code_range_size); |
bool ConfigureHeapDefault(); |
// Prepares the heap, setting up memory areas that are needed in the isolate |