Convert RELEASE_ASSERT()/ASSERT(...) to CHECK()/DCHECK_op(...) in platform/audio
This CL is the second part of the conversion. It manually replaces: - RELEASE_ASSERT() with CHECK(). - ASSERT(...args) with one or more DCHECK_op(arg). With this CL the following script returns 0 result. ``` cd ${CHROME_SRC}/third_party/WebKit/Source/platform/audio grep -rnw . -e 'ASSERT(' ``` BUG=707655 Review-Url: https://codereview.chromium.org/2803073002 Cr-Commit-Position: refs/heads/master@{#462904}
Showing
Please register or sign in to comment