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