| Index: src/heap/spaces-inl.h
|
| diff --git a/src/heap/spaces-inl.h b/src/heap/spaces-inl.h
|
| index 6ad8ba974e3f7e1126d8cea6d50b08961b828807..51bad4495f8b02df58be3f0547ce44f52c773b3e 100644
|
| --- a/src/heap/spaces-inl.h
|
| +++ b/src/heap/spaces-inl.h
|
| @@ -270,6 +270,7 @@
|
| Page* Page::Initialize(Heap* heap, MemoryChunk* chunk, Executability executable,
|
| PagedSpace* owner) {
|
| Page* page = reinterpret_cast<Page*>(chunk);
|
| + page->mutex_ = new base::Mutex();
|
| DCHECK(page->area_size() <= kAllocatableMemory);
|
| DCHECK(chunk->owner() == owner);
|
|
|
|
|