| Index: Source/wtf/RefCountedLeakCounter.cpp
|
| diff --git a/Source/wtf/RefCountedLeakCounter.cpp b/Source/wtf/RefCountedLeakCounter.cpp
|
| index c14b7cab700038532af5e91b8802add311fc4ba9..8e389792b14734554d44c71a2fe3f19f35f19e2a 100644
|
| --- a/Source/wtf/RefCountedLeakCounter.cpp
|
| +++ b/Source/wtf/RefCountedLeakCounter.cpp
|
| @@ -45,7 +45,7 @@ void RefCountedLeakCounter::decrement() { }
|
| #define LOG_CHANNEL_PREFIX Log
|
| static WTFLogChannel LogRefCountedLeaks = { WTFLogChannelOn };
|
|
|
| -typedef HashCountedSet<const char*, PtrHash<const char*> > ReasonSet;
|
| +typedef HashCountedSet<const char*, PtrHash<const char*>> ReasonSet;
|
| static ReasonSet* leakMessageSuppressionReasons;
|
|
|
| void RefCountedLeakCounter::suppressMessages(const char* reason)
|
|
|