Index: webkit/support/webkit_support.cc |
=================================================================== |
--- webkit/support/webkit_support.cc (revision 70782) |
+++ webkit/support/webkit_support.cc (working copy) |
@@ -93,8 +93,7 @@ |
logging::LOG_ONLY_TO_FILE, |
// We might have multiple DumpRenderTree processes going at once. |
logging::LOCK_LOG_FILE, |
- logging::DELETE_OLD_LOG_FILE, |
- logging::DISABLE_DCHECK_FOR_NON_OFFICIAL_RELEASE_BUILDS); |
+ logging::DELETE_OLD_LOG_FILE); |
// We want process and thread IDs because we may have multiple processes. |
const bool kProcessId = true; |