Index: src/heap/mark-compact.h |
diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h |
index 03fd45a332d53698f5e26d007007dcc47e6eae23..322965decdd4e6d57a403f152c85ab8a07c26c16 100644 |
--- a/src/heap/mark-compact.h |
+++ b/src/heap/mark-compact.h |
@@ -704,7 +704,7 @@ class MarkCompactCollector { |
MarkingDeque* marking_deque() { return &marking_deque_; } |
- void EnsureMarkingDequeIsCommittedAndInitialize(); |
+ void EnsureMarkingDequeIsCommittedAndInitialize(size_t max_size = 4 * MB); |
void InitializeMarkingDeque(); |