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

Unified Diff: Source/platform/heap/Visitor.h

Issue 1315443010: Oilpan: Re-add a GC_PROFILING macro to GCInfo::className() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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 | « Source/platform/heap/GCInfo.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/heap/Visitor.h
diff --git a/Source/platform/heap/Visitor.h b/Source/platform/heap/Visitor.h
index 0c6d21c6381b1326320c8304b3e6858b7692dcc1..4a0e4c04a1fa182e1fe2d7982d3d9d4218352036 100644
--- a/Source/platform/heap/Visitor.h
+++ b/Source/platform/heap/Visitor.h
@@ -384,7 +384,7 @@ private:
bool m_isGlobalMarkingVisitor;
};
-#if ENABLE(DETAILED_MEMORY_INFRA)
+#if ENABLE(DETAILED_MEMORY_INFRA) || ENABLE(GC_PROFILING)
template<typename T>
struct TypenameStringTrait {
static const String get()
« no previous file with comments | « Source/platform/heap/GCInfo.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698