Use kIHTMLContentSinkIID so that inferior compilers will work

git-svn-id: svn://10.0.0.236/trunk@8739 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com 1998-08-28 21:29:50 +00:00
parent 7876a9e765
commit a877826048
2 changed files with 2 additions and 2 deletions

View File

@ -1016,7 +1016,7 @@ HTMLContentSink::~HTMLContentSink()
}
}
NS_IMPL_ISUPPORTS(HTMLContentSink, NS_IHTML_CONTENT_SINK_IID)
NS_IMPL_ISUPPORTS(HTMLContentSink, kIHTMLContentSinkIID)
nsresult
HTMLContentSink::Init(nsIDocument* aDoc,

View File

@ -1016,7 +1016,7 @@ HTMLContentSink::~HTMLContentSink()
}
}
NS_IMPL_ISUPPORTS(HTMLContentSink, NS_IHTML_CONTENT_SINK_IID)
NS_IMPL_ISUPPORTS(HTMLContentSink, kIHTMLContentSinkIID)
nsresult
HTMLContentSink::Init(nsIDocument* aDoc,