Index: Source/platform/heap/ThreadState.cpp |
diff --git a/Source/platform/heap/ThreadState.cpp b/Source/platform/heap/ThreadState.cpp |
index 2a4ff02174fafa354d20123dac96992a1e8bac6c..5a9f42875d7b617be4897e317342965af43682ca 100644 |
--- a/Source/platform/heap/ThreadState.cpp |
+++ b/Source/platform/heap/ThreadState.cpp |
@@ -634,7 +634,7 @@ void ThreadState::snapshot() |
json->setInteger("allocatedSpace", m_stats.totalAllocatedSpace()); |
json->setInteger("objectSpace", m_stats.totalObjectSpace()); |
- json->setInteger("pageCount", info.freeSize); |
+ json->setInteger("pageCount", info.pageCount); |
json->setInteger("freeSize", info.freeSize); |
Vector<String> classNameVector(info.classTags.size()); |