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

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

Issue 1302183010: Oilpan: Add a compile-time flag: DETAILED_MEMORY_INFRA (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
Index: Source/platform/heap/Visitor.h
diff --git a/Source/platform/heap/Visitor.h b/Source/platform/heap/Visitor.h
index 9e0e4e17449e0b53a4ffa6f0caf52719b35f0712..0c6d21c6381b1326320c8304b3e6858b7692dcc1 100644
--- a/Source/platform/heap/Visitor.h
+++ b/Source/platform/heap/Visitor.h
@@ -384,7 +384,7 @@ private:
bool m_isGlobalMarkingVisitor;
};
-#if ENABLE(GC_PROFILING)
+#if ENABLE(DETAILED_MEMORY_INFRA)
template<typename T>
struct TypenameStringTrait {
static const String get()

Powered by Google App Engine
This is Rietveld 408576698