Followup to bug 316732 - impls actually have to QI to the interface (pointed out by bz)

This commit is contained in:
bsmedberg@covad.net
2005-11-18 20:12:46 +00:00
parent a6a2e77cf9
commit e374cbf6a3
4 changed files with 16 additions and 6 deletions

View File

@@ -252,9 +252,10 @@ nsLocalFile::nsLocalFile(const nsLocalFile& other)
{
}
NS_IMPL_THREADSAFE_ISUPPORTS2(nsLocalFile,
NS_IMPL_THREADSAFE_ISUPPORTS3(nsLocalFile,
nsIFile,
nsILocalFile)
nsILocalFile,
nsIHashable)
nsresult
nsLocalFile::nsLocalFileConstructor(nsISupports *outer,