Added NS_INIT_REFCNT in the constructors

git-svn-id: svn://10.0.0.236/trunk@20256 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kostello%netscape.com
1999-02-10 16:38:10 +00:00
parent 829f95d1e4
commit ded383e7e5
4 changed files with 4 additions and 0 deletions

View File

@@ -132,6 +132,7 @@ NS_New_HTML_ContentSinkStream(nsIHTMLContentSink** aInstancePtrResult,
* @return
*/
nsHTMLContentSinkStream::nsHTMLContentSinkStream(PRBool aDoFormat,PRBool aDoHeader) {
NS_INIT_REFCNT();
mOutput=&cout;
mLowerCaseTags = PR_TRUE;
memset(mHTMLTagStack,0,sizeof(mHTMLTagStack));