scc checking in from jst's account. bug #75220: sr=jst, rs=brendan. renaming |nsPromiseC?Concatenation| to |nsDependentC?Concatenation|; |nsPromiseC?Substring| to |nsDependentC?Substring|; |nsLiteralC?String| and |nsLocalC?String| to |nsDependentC?String|, as these new names better reflect clients obligations to instances.

This commit is contained in:
jst@netscape.com
2001-05-19 11:27:30 +00:00
parent 6aae79dcc6
commit 519fe64e10
96 changed files with 437 additions and 448 deletions

View File

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