Index: test/cctest/heap/heap-utils.h |
diff --git a/test/cctest/heap/heap-utils.h b/test/cctest/heap/heap-utils.h |
index 753af11b1dcd2bbe5831f0765e300cc4c8d0393d..2f704cb4228eda4d93be89c607fa3c4e7a74922a 100644 |
--- a/test/cctest/heap/heap-utils.h |
+++ b/test/cctest/heap/heap-utils.h |
@@ -23,7 +23,7 @@ std::vector<Handle<FixedArray>> FillOldSpacePageWithFixedArrays(Heap* heap, |
std::vector<Handle<FixedArray>> CreatePadding( |
Heap* heap, int padding_size, PretenureFlag tenure, |
- int object_size = Page::kMaxRegularHeapObjectSize); |
+ int object_size = kMaxRegularHeapObjectSize); |
void AllocateAllButNBytes( |
v8::internal::NewSpace* space, int extra_bytes, |