Fix "#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. Review URL: https://codereview.chromium.org/673063002 Cr-Commit-Position: refs/heads/master@{#301012}
Showing
Please register or sign in to comment