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

git-svn-id: svn://10.0.0.236/trunk@109116 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jst%netscape.com
2001-11-28 06:09:40 +00:00
parent 2cc163f62f
commit d86dad5995

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;