Bug 997141 - Remove the recur parameter from nsIFile::Contains(). r=bsmedberg

This commit is contained in:
Igor Kolupaev
2014-05-07 23:03:41 +03:00
parent 3f8ff635db
commit 8644bd29b7
7 changed files with 13 additions and 13 deletions

View File

@@ -1597,7 +1597,7 @@ nsLocalFile::Equals(nsIFile *inFile, bool *_retval)
}
NS_IMETHODIMP
nsLocalFile::Contains(nsIFile *inFile, bool recur, bool *_retval)
nsLocalFile::Contains(nsIFile *inFile, bool *_retval)
{
CHECK_mPath();
if (NS_WARN_IF(!inFile))