| commit | 5af661c7f9993c6fa9827dfddf738825a43264fe | [log] [tgz] |
|---|---|---|
| author | tkent <tkent@chromium.org> | Thu Jul 14 07:44:04 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Thu Jul 14 07:45:58 2016 |
| tree | 618d8905d188b41c55d80e43c69b2ce2189d7090 | |
| parent | dde5487f380cf774e4c0e96ba7f88ea68e723907 [diff] |
SELECT element: Fix a DCHECK failure in optionToBeShown(). If a SELECT element had a selected OPTION, but restoreFormControlState() could't find OPTIONs matched to FormControlState, m_lastOnChangeOption had a stale value. Use selectOption() in restoreFormControlState() to update m_lastOnChangeOption. BUG=627833 Review-Url: https://codereview.chromium.org/2151763002 Cr-Commit-Position: refs/heads/master@{#405447}