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
613d093de9
commit
43c66a3729
@ -2910,7 +2910,7 @@ const BrowserSearch = {
|
|||||||
#endif
|
#endif
|
||||||
let openSearchPageIfFieldIsNotActive = function(aSearchBar) {
|
let openSearchPageIfFieldIsNotActive = function(aSearchBar) {
|
||||||
if (!aSearchBar || document.activeElement != aSearchBar.textbox.inputField)
|
if (!aSearchBar || document.activeElement != aSearchBar.textbox.inputField)
|
||||||
openUILinkIn("about:home", "current");
|
openUILinkIn(Services.search.defaultEngine.searchForm, "current");
|
||||||
};
|
};
|
||||||
|
|
||||||
let searchBar = this.searchBar;
|
let searchBar = this.searchBar;
|
||||||
|
Loading…
Reference in New Issue
Block a user