nsDependentString(nsnull) is illegal and asserts. sr=rpotts@netscape.com

This commit is contained in:
jst%netscape.com 2001-11-28 06:09:40 +00:00
parent cb52b37066
commit 9cc9e43e59

View File

@ -898,7 +898,7 @@ nsresult nsDocShell::FindTarget(const PRUnichar *aWindowTarget,
rv = parentWindow->Open(NS_LITERAL_STRING(""), // URL to load
name, // Window name
nsDependentString(nsnull), // Window features
NS_LITERAL_STRING(""), // Window features
getter_AddRefs(newWindow));
if (NS_FAILED(rv)) return rv;