Index: src/heap/spaces-inl.h |
diff --git a/src/heap/spaces-inl.h b/src/heap/spaces-inl.h |
index f5e3bde1a493ff2a02b3bca0b537c88bc884ff79..7ccfcd648fe26beab983f88601adeeec8dacf199 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); |