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

Unified Diff: third_party/WebKit/Source/wtf/InstanceCounter.cpp

Issue 1714523006: Refactoring: Remove DETAILED_MEMORY_INFRA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove spamming info Created 4 years, 10 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 | « third_party/WebKit/Source/wtf/InstanceCounter.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/InstanceCounter.cpp
diff --git a/third_party/WebKit/Source/wtf/InstanceCounter.cpp b/third_party/WebKit/Source/wtf/InstanceCounter.cpp
index a1ee06d5299d82e842a0d03f3ecc4015a820f6ad..e275acc822d7900187e2a5a5bc468e83c2fb0499 100644
--- a/third_party/WebKit/Source/wtf/InstanceCounter.cpp
+++ b/third_party/WebKit/Source/wtf/InstanceCounter.cpp
@@ -34,7 +34,7 @@
namespace WTF {
-#if ENABLE(INSTANCE_COUNTER) || ENABLE(DETAILED_MEMORY_INFRA)
+#if ENABLE(INSTANCE_COUNTER)
#if COMPILER(CLANG)
const size_t stringWithTypeNamePrefixLength = sizeof("const char *WTF::getStringWithTypeName() [T = ") - 1;
@@ -148,6 +148,6 @@ String dumpRefCountedInstanceCounts()
return String("{}");
}
-#endif // ENABLE(INSTANCE_COUNTER) || ENABLE(DETAILED_MEMORY_INFRA)
+#endif // ENABLE(INSTANCE_COUNTER)
} // namespace WTF
« no previous file with comments | « third_party/WebKit/Source/wtf/InstanceCounter.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698