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

Unified Diff: Source/wtf/RefCountedLeakCounter.cpp

Issue 835953003: Fix template angle bracket syntax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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 | « Source/wtf/PassTraits.h ('k') | Source/wtf/RefVector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « Source/wtf/PassTraits.h ('k') | Source/wtf/RefVector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698