| Index: chrome/browser/ui/search/instant_controller.cc
|
| diff --git a/chrome/browser/ui/search/instant_controller.cc b/chrome/browser/ui/search/instant_controller.cc
|
| index 8307c649b349be37d537c42f7b3749e5fc0147d4..8423fadb00ceb48eec83ba023d9d18658416dfd8 100644
|
| --- a/chrome/browser/ui/search/instant_controller.cc
|
| +++ b/chrome/browser/ui/search/instant_controller.cc
|
| @@ -89,7 +89,7 @@ void EnsureSearchTermsAreSet(content::WebContents* contents,
|
| controller->GetTransientEntry())
|
| return;
|
|
|
| - const content::NavigationEntry* active_entry = controller->GetActiveEntry();
|
| + const content::NavigationEntry* active_entry = controller->GetVisibleEntry();
|
| content::NavigationEntry* transient = controller->CreateNavigationEntry(
|
| active_entry->GetURL(),
|
| active_entry->GetReferrer(),
|
|
|