Index: src/heap/spaces.h |
diff --git a/src/heap/spaces.h b/src/heap/spaces.h |
index 69a8d89fccba5c5aa06f91d2a1995870b70ef033..c5c547f9d3a347d024508f9aa2c837e0f290d370 100644 |
--- a/src/heap/spaces.h |
+++ b/src/heap/spaces.h |
@@ -2030,7 +2030,7 @@ class PagedSpace : public Space { |
Page* FirstPage() { return anchor_.next_page(); } |
Page* LastPage() { return anchor_.prev_page(); } |
- void EvictEvacuationCandidatesFromFreeLists(); |
+ void EvictEvacuationCandidatesFromLinearAllocationArea(); |
bool CanExpand(size_t size); |