Index: src/heap/spaces.h |
diff --git a/src/heap/spaces.h b/src/heap/spaces.h |
index 6af599e02be64f7fd4758f0c9fee10da6b7cd8e2..de82164a1332be17c00c5f2c9e239a4284a1e1cb 100644 |
--- a/src/heap/spaces.h |
+++ b/src/heap/spaces.h |
@@ -1919,7 +1919,7 @@ class PagedSpace : public Space { |
void EvictEvacuationCandidatesFromFreeLists(); |
- bool CanExpand(); |
+ bool CanExpand(size_t size); |
// Returns the number of total pages in this space. |
int CountTotalPages(); |