| Index: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| index 32002e62955dc927c54249ea4e45bdae80642825..82fe60841e31124fe70cbc51d755f3b8fbfe0df1 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| +++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| @@ -301,7 +301,7 @@ void LocationBarViewMac::OnAutocompleteAccept(const GURL& url,
|
| }
|
| }
|
|
|
| - if (browser_->instant())
|
| + if (browser_->instant() && !edit_view_->model()->IsPopupOpen())
|
| browser_->instant()->DestroyPreviewContents();
|
|
|
| update_instant_ = true;
|
|
|