Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
git-svn-id: svn://10.0.0.236/trunk@136019 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -207,7 +207,6 @@ public:
|
||||
: mInPath(nsnull), mOutPath(nsnull), mBuffer(nsnull),
|
||||
mBufferSize(0)
|
||||
{
|
||||
NS_INIT_ISUPPORTS();
|
||||
}
|
||||
|
||||
nsresult Init(nsIFile* inPath, nsIFile* outPath,
|
||||
@@ -300,7 +299,6 @@ public:
|
||||
: mInPath(nsnull), mOutPath(nsnull), mBuffer(nsnull),
|
||||
mBufferSize(0)
|
||||
{
|
||||
NS_INIT_ISUPPORTS();
|
||||
}
|
||||
|
||||
nsresult Init(nsIFile* inPath, nsIFile* outPath,
|
||||
|
||||
Reference in New Issue
Block a user