Index: Source/wtf/InstanceCounter.cpp |
diff --git a/Source/wtf/InstanceCounter.cpp b/Source/wtf/InstanceCounter.cpp |
index c29f13bd4782d062d0330b66bd224e48096842ab..e37958227e50585eeb5efd81a3544600ccf07f9f 100644 |
--- a/Source/wtf/InstanceCounter.cpp |
+++ b/Source/wtf/InstanceCounter.cpp |
@@ -35,7 +35,7 @@ |
namespace WTF { |
-#if ENABLE(INSTANCE_COUNTER) || ENABLE(GC_TRACING) |
+#if ENABLE(INSTANCE_COUNTER) || ENABLE(GC_PROFILING) |
#if COMPILER(CLANG) |
const size_t extractNameFunctionPrefixLength = sizeof("const char *WTF::extractNameFunction() [T = ") - 1; |
@@ -149,6 +149,6 @@ String dumpRefCountedInstanceCounts() |
return String("{}"); |
} |
-#endif // ENABLE(INSTANCE_COUNTER) || ENABLE(GC_TRACING) |
+#endif // ENABLE(INSTANCE_COUNTER) || ENABLE(GC_PROFILING) |
} // namespace WTF |