Replace #if !defined(NDEBUG) || defined(DCHECK_ALWAYS_ON) with #if DCHECK_IS_ON() |
|
Issue descriptionbase/logging.h now defines DCHECK_IS_ON() if DCHECK is on, so use that rather than checking both NDEBUG and DCHECK_ALWAYS_ON at each condition-site. |
|
►
Sign in to add a comment |
|
Comment 1 by w...@chromium.org
, Apr 27 2016