| Index: src/heap/spaces.h
|
| diff --git a/src/heap/spaces.h b/src/heap/spaces.h
|
| index 726712f4454c9b730eb8abf7b83e68bfd0aface9..de49b5630716c1d035c1e4e901c0230d9c44dab7 100644
|
| --- a/src/heap/spaces.h
|
| +++ b/src/heap/spaces.h
|
| @@ -2033,7 +2033,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);
|
|
|
|
|