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 9876145627
commit 551b74e49d

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;