Updated SizeOf methods for html content objects to be more accurate; implemented MOZ_DECL_CTOR_COUNTER for all html content objects

git-svn-id: svn://10.0.0.236/trunk@50066 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com
1999-10-07 00:35:04 +00:00
parent 4e6e50c103
commit 99aaa55232
152 changed files with 2028 additions and 80 deletions

View File

@@ -19,14 +19,18 @@
#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