Fix a DHCECK failure in DocumentState::ToStateVector()
https://chromium-review.googlesource.com/c/1417390 inserted a code fragment to a wrong place, which was below an early-return. So InvalidateStatefulFormControlList() was not called in some cases. This CL fixes it, and adds a unit test. Bug: 923691 Change-Id: I0aa630aeabd96d83609c0188d1fe57494b35f690 Reviewed-on: https://chromium-review.googlesource.com/c/1429321 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:Hayato Ito <hayato@chromium.org> Cr-Commit-Position: refs/heads/master@{#625574}
Showing
Please register or sign in to comment