Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it's no longer needed. r=timeless sr=jag

git-svn-id: svn://10.0.0.236/trunk@135991 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org
2003-01-08 19:24:38 +00:00
parent ae0fe3d699
commit 30879d2c9e
126 changed files with 5 additions and 202 deletions

View File

@@ -164,7 +164,6 @@ struct nsRadioGroupStruct
nsDOMStyleSheetList::nsDOMStyleSheetList(nsIDocument *aDocument)
{
NS_INIT_ISUPPORTS();
mLength = -1;
// Not reference counted to avoid circular references.
// The document will tell us when its going away.
@@ -328,7 +327,6 @@ NS_NewDOMImplementation(nsIDOMDOMImplementation** aInstancePtrResult)
nsDOMImplementation::nsDOMImplementation(nsIURI* aBaseURI)
{
NS_INIT_ISUPPORTS();
mBaseURI = aBaseURI;
}
@@ -507,7 +505,6 @@ nsDocument::nsDocument() : mSubDocuments(nsnull),
mCSSLoader(nsnull),
mXPathDocument(nsnull)
{
NS_INIT_ISUPPORTS();
mArena = nsnull;
mDocumentURL = nsnull;