| commit | 39b2a95285753ccf12ee6d0bff85509d1161e029 | [log] [tgz] |
|---|---|---|
| author | yosin <yosin@chromium.org> | Mon Jul 04 10:00:22 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Mon Jul 04 10:02:21 2016 |
| tree | 88f865f3b9ab85d1cbdcbae1d00524016208480e | |
| parent | 2dce834b0eb8bd92514930a02179ca334051037c [diff] |
Make redo command not to set invalid selection This patch makes "redo" command not to set invalid selection to |FrameSeleciton| via |Editor::changeSelectionAfterCommand()| to avoid |DCHECK()| in |FrameSelection::setSelection()|. BUG=623241 TEST=LayoutTests/editing/undo/redo-selection-modify-crash.html Review-Url: https://codereview.chromium.org/2120223002 Cr-Commit-Position: refs/heads/master@{#403657}