| commit | 6f17c653312de642e47c6c1f05415a2128bcfedd | [log] [tgz] |
|---|---|---|
| author | suzyh <suzyh@chromium.org> | Thu Jun 30 06:40:23 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Thu Jun 30 06:42:33 2016 |
| tree | 64bdcb0c9b197b85409c8c49a2c6392424c190b4 | |
| parent | a7567e712c264712d0d473dc9d873c64f3247fe0 [diff] |
Replace ASSERT_NOT_REACHED with NOTREACHED ASSERT_NOT_REACHED is deprecated and its usage causes warnings in the check-webkit-style presubmit. This patch replaces ASSERT_NOT_REACHED calls with the recommended replacement, NOTREACHED. Review-Url: https://codereview.chromium.org/2109333002 Cr-Commit-Position: refs/heads/master@{#403102}