| Index: src/spaces.cc
|
| ===================================================================
|
| --- src/spaces.cc (revision 5799)
|
| +++ src/spaces.cc (working copy)
|
| @@ -270,9 +270,9 @@
|
| // -----------------------------------------------------------------------------
|
| // MemoryAllocator
|
| //
|
| -intptr_t MemoryAllocator::capacity_ = 0;
|
| +intptr_t MemoryAllocator::capacity_ = 0;
|
| intptr_t MemoryAllocator::capacity_executable_ = 0;
|
| -intptr_t MemoryAllocator::size_ = 0;
|
| +intptr_t MemoryAllocator::size_ = 0;
|
| intptr_t MemoryAllocator::size_executable_ = 0;
|
|
|
| List<MemoryAllocator::MemoryAllocationCallbackRegistration>
|
|
|