mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 936417 - Don't attempt to focus the location bar when about:privatebrowsing is loaded; r=gavin
This commit is contained in:
parent
033d28b00c
commit
8a67838313
@ -61,9 +61,6 @@
|
||||
.QueryInterface(Ci.nsIInterfaceRequestor)
|
||||
.getInterface(Ci.nsIDOMWindow);
|
||||
|
||||
// Focus the location bar
|
||||
mainWindow.focusAndSelectUrlBar();
|
||||
|
||||
function setFavIcon(url) {
|
||||
var icon = document.createElement("link");
|
||||
icon.setAttribute("rel", "icon");
|
||||
|
Loading…
Reference in New Issue
Block a user