Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2035)

Unified Diff: Source/platform/heap/ThreadState.cpp

Issue 514093002: Oilpan: Compile error with GYP_DEFINES='gc_profile_heap=1' (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(); \
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698