summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/wtf/RefCountedLeakCounter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/wtf/RefCountedLeakCounter.cpp')
-rw-r--r--chromium/third_party/WebKit/Source/wtf/RefCountedLeakCounter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/wtf/RefCountedLeakCounter.cpp b/chromium/third_party/WebKit/Source/wtf/RefCountedLeakCounter.cpp
index 814a337f9bb..6c237b3e9d8 100644
--- a/chromium/third_party/WebKit/Source/wtf/RefCountedLeakCounter.cpp
+++ b/chromium/third_party/WebKit/Source/wtf/RefCountedLeakCounter.cpp
@@ -43,7 +43,7 @@ void RefCountedLeakCounter::decrement() { }
#else
#define LOG_CHANNEL_PREFIX Log
-static WTFLogChannel LogRefCountedLeaks = { 0x00000000, "", WTFLogChannelOn };
+static WTFLogChannel LogRefCountedLeaks = { WTFLogChannelOn };
typedef HashCountedSet<const char*, PtrHash<const char*> > ReasonSet;
static ReasonSet* leakMessageSuppressionReasons;