Bug 936417 - Don't attempt to focus the location bar when about:privatebrowsing is loaded; r=gavin

This commit is contained in:
Ehsan Akhgari 2013-11-10 09:20:03 -05:00
parent 033d28b00c
commit 8a67838313

View File

@ -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");