Chromium Code Reviews| Index: webkit/glue/webview_impl.cc |
| =================================================================== |
| --- webkit/glue/webview_impl.cc (revision 12376) |
| +++ webkit/glue/webview_impl.cc (working copy) |
| @@ -1719,7 +1719,7 @@ |
| } |
| void WebViewImpl::HideAutoCompletePopup() { |
| - if (autocomplete_popup_) { |
| + if (autocomplete_popup_showing_) { |
| autocomplete_popup_->hidePopup(); |
| autocomplete_popup_showing_ = false; |
| } |