DescriptionFix "#if defined(DEBUG)" statements
A few "#if defined(DEBUG)" statements made it into chrome. Of course, there is
no DEBUG, there's only NDEBUG. Tweak these to be "#if !defined(NDEBUG), and
make them compile.
Committed: https://crrev.com/91834baeb5436bca0e6eb4b452bb773cd8c3b211
Cr-Commit-Position: refs/heads/master@{#301012}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Peter's #
Messages
Total messages: 8 (2 generated)
|