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() |