Bug 1073776 - "Tapping on urlbar after performing search shows URL, not search term" [r=margaret.leibovic]

This commit is contained in:
Wes Johnston 2014-10-01 14:15:00 -07:00
parent fa2c67d7dc
commit f4bab42727

View File

@ -1629,7 +1629,7 @@ var BrowserApp = {
// This event refers to a search via the URL bar, not a bookmarks
// keyword search. Note that this code assumes that the user can only
// perform a keyword search on the selected tab.
this.isSearch = true;
this.selectedTab.isSearch = true;
// Don't store queries in private browsing mode.
let isPrivate = PrivateBrowsingUtils.isBrowserPrivate(this.selectedTab.browser);