| Index: src/heap/spaces-inl.h
|
| diff --git a/src/heap/spaces-inl.h b/src/heap/spaces-inl.h
|
| index f5e3bde1a493ff2a02b3bca0b537c88bc884ff79..d1199021ace4d16cef934531c78eebe42f9dce0a 100644
|
| --- a/src/heap/spaces-inl.h
|
| +++ b/src/heap/spaces-inl.h
|
| @@ -260,6 +260,7 @@ Page* Page::Initialize(Heap* heap, MemoryChunk* chunk, Executability executable,
|
| : MemoryChunk::IN_TO_SPACE));
|
| Page* page = static_cast<Page*>(chunk);
|
| heap->incremental_marking()->SetNewSpacePageFlags(page);
|
| + page->AllocateLocalTracker();
|
| return page;
|
| }
|
|
|
|
|