This fixes a crash when the AutoFill suggestions popup is shown and the user deletes enough characters so that the popup hides itself. Patch will follow.
Created attachment 49102 [details] [Chromium] Use the m_suggestionsPopupClient pointer to refer to the popup client, as the Autocomplete popup might not be the current popup
Comment on attachment 49102 [details] [Chromium] Use the m_suggestionsPopupClient pointer to refer to the popup client, as the Autocomplete popup might not be the current popup What other popups (non-autocomplete) are we using? Some sort of grammar/spelling?
The AutoFill popup is the other popup. It behaves a bit differently than the Autocomplete popup.
Comment on attachment 49102 [details] [Chromium] Use the m_suggestionsPopupClient pointer to refer to the popup client, as the Autocomplete popup might not be the current popup Clearing flags on attachment: 49102 Committed r55032: <http://trac.webkit.org/changeset/55032>
All reviewed patches have been landed. Closing bug.