| Index: src/heap/spaces.h
|
| diff --git a/src/heap/spaces.h b/src/heap/spaces.h
|
| index df086c7ca89dc3179b2fb24e37c63b9e5ac0b43f..c9bf31e7778999175f8a9aed549988ecfa503d6c 100644
|
| --- a/src/heap/spaces.h
|
| +++ b/src/heap/spaces.h
|
| @@ -667,7 +667,7 @@ class Page : public MemoryChunk {
|
| static_cast<intptr_t>(MemoryChunk::POINTERS_TO_HERE_ARE_INTERESTING) |
|
| static_cast<intptr_t>(MemoryChunk::POINTERS_FROM_HERE_ARE_INTERESTING);
|
|
|
| - static inline Page* ConvertNewToOld(Page* old_page, PagedSpace* new_owner);
|
| + static inline Page* ConvertNewToOld(Page* old_page);
|
|
|
| // Returns the page containing a given address. The address ranges
|
| // from [page_addr .. page_addr + kPageSize[. This only works if the object
|
|
|