Test backout to maybe fix mac orange. Bug 232691

This commit is contained in:
bzbarsky@mit.edu
2004-05-22 18:49:53 +00:00
parent 92fa2368d8
commit 5d88aa7cfa
5 changed files with 5 additions and 5 deletions

View File

@@ -878,7 +878,7 @@ nsDirectoryService::GetFile(const char *prop, PRBool *persistent, nsIFile **_ret
}
else if (inAtom == nsDirectoryService::sDefaultDownloadDirectory)
{
NS_NewLocalFile(EmptyString(), PR_TRUE, getter_AddRefs(localFile));
NS_NewLocalFile(nsString(), PR_TRUE, getter_AddRefs(localFile));
nsCOMPtr<nsILocalFileMac> localMacFile(do_QueryInterface(localFile));
if (localMacFile)