| Index: chrome/common/logging_chrome.cc
|
| diff --git a/chrome/common/logging_chrome.cc b/chrome/common/logging_chrome.cc
|
| index be0ddffa1c533bd6c7ab46dd284cb54349a14752..d7f1c34f6a7274900bef96c410f858e75fa79694 100644
|
| --- a/chrome/common/logging_chrome.cc
|
| +++ b/chrome/common/logging_chrome.cc
|
| @@ -359,7 +359,7 @@ void InitChromeLogging(const CommandLine& command_line,
|
| #endif
|
|
|
| #ifdef NDEBUG
|
| - if (command_line.HasSwitch(switches::kSilentDumpOnDCHECK) && DCHECK_IS_ON()) {
|
| + if (command_line.HasSwitch(switches::kSilentDumpOnDCHECK) && DCHECK_IS_ON) {
|
| #if defined(OS_WIN)
|
| logging::SetLogReportHandler(DumpProcessAssertHandler);
|
| #endif
|
|
|