| Index: base/logging.h
|
| diff --git a/base/logging.h b/base/logging.h
|
| index ce87a5351f7877245f673fb1b255986be95a5bda..e0c44c5e9bb9c98b1239cd8f59391f9df06ee6fe 100644
|
| --- a/base/logging.h
|
| +++ b/base/logging.h
|
| @@ -428,7 +428,7 @@ const LogSeverity LOG_0 = LOG_ERROR;
|
|
|
| // The actual stream used isn't important.
|
| #define EAT_STREAM_PARAMETERS \
|
| - true ? (void) 0 : ::logging::LogMessageVoidify() & LOG_STREAM(FATAL)
|
| + true ? (void) 0 : ::logging::LogMessageVoidify() & (*reinterpret_cast<std::ostream*>(0))
|
|
|
| // Captures the result of a CHECK_EQ (for example) and facilitates testing as a
|
| // boolean.
|
|
|