Fix for bug 191377. r=peterv, sr=heikki, a=asa. window.open("") was not opening a blank window. This was a regression from the fix to bug 174628.

This commit is contained in:
nisheeth%netscape.com 2003-02-01 00:39:31 +00:00
Родитель d4913d130c
Коммит f0e68de991
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -4323,7 +4323,7 @@ GlobalWindowImpl::OpenInternal(const nsAString& aUrl,
nsISupports *aExtraArgument,
nsIDOMWindow **aReturn)
{
nsCAutoString url;
nsXPIDLCString url;
nsresult rv = NS_OK;
*aReturn = nsnull;