| Index: chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc
|
| diff --git a/chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc b/chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc
|
| index 310b932ceae98e7eabcf078b9a34152d88977d19..e46e3772b6d77742d017f87990015c1ba05d4147 100644
|
| --- a/chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc
|
| +++ b/chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc
|
| @@ -796,6 +796,7 @@ gboolean AutocompleteEditViewGtk::HandleViewFocusOut() {
|
| ClosePopup();
|
| // Tell the model to reset itself.
|
| model_->OnKillFocus();
|
| + controller_->OnKillFocus();
|
| return FALSE; // Pass the event on to the GtkTextView.
|
| }
|
|
|
|
|