TBR=vegorov@chromium.org
Review URL: http://codereview.chromium.org/
8536011
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9967
ce2b1a6d-e550-0410-aec6-
3dcde31c8c00
chunk->address() + chunk->size() - 1);
while (inner <= inner_last) {
// Size of a large chunk is always a multiple of
- // MemoryChunk::kAlignment so there is always
+ // OS::AllocateAlignment() so there is always
// enough space for a fake MemoryChunk header.
inner->set_size(Page::kPageSize);
inner->set_owner(lo_space());