| commit | a7b9e5829dda06696a44ad0447219676babc7ef6 | [log] [tgz] |
|---|---|---|
| author | esprehn <esprehn@chromium.org> | Fri Jul 22 03:47:30 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Fri Jul 22 03:50:17 2016 |
| tree | c6894799a01b49c4db7ee4371de7a7b5b58e1446 | |
| parent | afbdbad679e6e40634a15ca8d91aaf0d46bcaec3 [diff] |
Replace most callers of nextInputChar with peekWithoutReplacement in CSSTokenizer. This saves us a branch at each call site since we don't need to check for NUL characters. BUG=605792 Review-Url: https://codereview.chromium.org/2167073002 Cr-Commit-Position: refs/heads/master@{#407044}