Index: Source/platform/heap/ThreadState.cpp |
diff --git a/Source/platform/heap/ThreadState.cpp b/Source/platform/heap/ThreadState.cpp |
index 6b621dfc76950d4114a59045faa6a221d9d78e3a..2a4ff02174fafa354d20123dac96992a1e8bac6c 100644 |
--- a/Source/platform/heap/ThreadState.cpp |
+++ b/Source/platform/heap/ThreadState.cpp |
@@ -622,7 +622,7 @@ void ThreadState::snapshot() |
m_heaps[HeapType##Heap]->snapshot(json.get(), &info); \ |
json->endDictionary(); \ |
json->beginDictionary(); \ |
- json->setString("name", #HeapType##NonFinalized); \ |
+ json->setString("name", #HeapType"NonFinalized"); \ |
m_heaps[HeapType##HeapNonFinalized]->snapshot(json.get(), &info); \ |
json->endDictionary(); \ |
} |