bug 40750.
Adding followSymlink flag to nsILocalFile. Adjusting callers. windows shortcut optimizations. r=blizzard@mozilla.org. a=brendan@mozilla.org git-svn-id: svn://10.0.0.236/trunk@74127 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -75,7 +75,7 @@ nsresult NS_InitEmbedding(const char *aPath)
|
||||
nsILocalFile *localFile = nsnull;
|
||||
if (aPath && strlen(aPath) > 0)
|
||||
{
|
||||
NS_NewLocalFile(aPath, &localFile);
|
||||
NS_NewLocalFile(aPath, PR_FALSE, &localFile);
|
||||
}
|
||||
|
||||
nsresult rv = NS_InitEmbedding(localFile);
|
||||
@@ -170,7 +170,6 @@ nsresult NS_InitEmbedding(nsILocalFile *aPath)
|
||||
|
||||
}
|
||||
|
||||
|
||||
nsresult NS_TermEmbedding()
|
||||
{
|
||||
// Reentrant calls to this method do nothing except decrement a counter
|
||||
|
||||
Reference in New Issue
Block a user