Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage

git-svn-id: svn://10.0.0.236/trunk@50239 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com
1999-10-08 20:41:19 +00:00
parent 0f9df28d81
commit e18af2d0ee
265 changed files with 1186 additions and 2477 deletions

View File

@@ -16,21 +16,18 @@
* Corporation. Portions created by Netscape are Copyright (C) 1998
* Netscape Communications Corporation. All Rights Reserved.
*/
#include "nslayout.h"
#include "nsGenericDOMHTMLCollection.h"
MOZ_DECL_CTOR_COUNTER(nsGenericDOMHTMLCollection);
nsGenericDOMHTMLCollection::nsGenericDOMHTMLCollection()
{
MOZ_COUNT_CTOR(nsGenericDOMHTMLCollection);
mRefCnt = 0;
mScriptObject = nsnull;
}
nsGenericDOMHTMLCollection::~nsGenericDOMHTMLCollection()
{
MOZ_COUNT_DTOR(nsGenericDOMHTMLCollection);
}
nsresult