| commit | 74c7fa91b738155df1b8bb871d81f92c28c7941a | [log] [tgz] |
|---|---|---|
| author | kojii <kojii@chromium.org> | Tue Dec 20 05:58:21 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Tue Dec 20 06:01:20 2016 |
| tree | 0da05b7905dbca276d5463a0ccda8f8802a2c5a0 | |
| parent | 629f4bd28118cac07ebfde9aea0d7005789b181b [diff] |
Add RELEASE_ASSERT to InlineTextBox::constructTextRun This patch adds RELEASE_CHECK of offset and length to InlineTextBox::constructTextRun(). StringView constructor only does SECURITY_DCHECK intentionally, see http://crrev.com/2587863002. BUG=671328 Review-Url: https://codereview.chromium.org/2588193003 Cr-Commit-Position: refs/heads/master@{#439721}