Index: base/debug/trace_event.cc |
=================================================================== |
--- base/debug/trace_event.cc (revision 106858) |
+++ base/debug/trace_event.cc (working copy) |
@@ -281,7 +281,7 @@ |
const TraceCategory* TraceLog::GetCategory(const char* name) { |
TraceLog* tracelog = GetInstance(); |
if (!tracelog){ |
- CHECK(!g_category_already_shutdown->enabled); |
+ DCHECK(!g_category_already_shutdown->enabled); |
return g_category_already_shutdown; |
} |
return tracelog->GetCategoryInternal(name); |