Index: src/heap/spaces.h |
diff --git a/src/heap/spaces.h b/src/heap/spaces.h |
index c7866b64fbd3c95c7ee703206900b612e3326561..9b29066273b39bf6147e8d7e286a18b103f56877 100644 |
--- a/src/heap/spaces.h |
+++ b/src/heap/spaces.h |
@@ -1456,6 +1456,8 @@ class MemoryAllocator { |
List<MemoryChunk*> chunk_pool_; |
+ base::VirtualMemory last_chunk_; |
+ |
friend class TestCodeRangeScope; |
DISALLOW_IMPLICIT_CONSTRUCTORS(MemoryAllocator); |