Bug 349128 - Focus lost pressing enter in empty location bar. r=gavin.

git-svn-id: svn://10.0.0.236/trunk@215282 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mozilla.mano%sent.com
2006-11-14 21:57:10 +00:00
parent 51309b205f
commit f8200ed000

View File

@@ -2271,6 +2271,9 @@ function handleURLBarRevert()
}
function handleURLBarCommand(aTriggeringEvent) {
if (!gURLBar.value)
return;
var postData = { };
canonizeUrl(aTriggeringEvent, postData);