mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 2d7ce67f5874 (bug 940685) for mochitest-bc failures.
This commit is contained in:
parent
23286abbc0
commit
235ead78cf
@ -2910,7 +2910,7 @@ const BrowserSearch = {
|
||||
#endif
|
||||
let openSearchPageIfFieldIsNotActive = function(aSearchBar) {
|
||||
if (!aSearchBar || document.activeElement != aSearchBar.textbox.inputField)
|
||||
openUILinkIn("about:home", "current");
|
||||
openUILinkIn(Services.search.defaultEngine.searchForm, "current");
|
||||
};
|
||||
|
||||
let searchBar = this.searchBar;
|
||||
|
Loading…
Reference in New Issue
Block a user