| Index: chrome/browser/gtk/location_bar_view_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/gtk/location_bar_view_gtk.cc (revision 66453)
|
| +++ chrome/browser/gtk/location_bar_view_gtk.cc (working copy)
|
| @@ -536,7 +536,7 @@
|
| if (update_instant_ && instant && GetTabContents()) {
|
| if (location_entry_->model()->user_input_in_progress() &&
|
| location_entry_->model()->popup_model()->IsOpen()) {
|
| - instant->Update(GetTabContents(),
|
| + instant->Update(browser_->GetSelectedTabContentsWrapper(),
|
| location_entry_->model()->CurrentMatch(),
|
| WideToUTF16(location_entry_->GetText()),
|
| &suggested_text);
|
|
|