Fixed nsCellMap bloat/leak counter problem.

This commit is contained in:
warren%netscape.com 2000-01-18 00:55:49 +00:00
parent 1848729135
commit e4d3c42def
2 changed files with 2 additions and 0 deletions

View File

@ -538,6 +538,7 @@ void nsTableCellMap::SizeOf(nsISizeOfHandler* aHandler,
nsCellMap::nsCellMap(nsTableRowGroupFrame& aRowGroup)
: mRowCount(0), mNextSibling(nsnull), mRowGroupFrame(&aRowGroup)
{
MOZ_COUNT_CTOR(nsCellMap);
}
nsCellMap::~nsCellMap()

View File

@ -538,6 +538,7 @@ void nsTableCellMap::SizeOf(nsISizeOfHandler* aHandler,
nsCellMap::nsCellMap(nsTableRowGroupFrame& aRowGroup)
: mRowCount(0), mNextSibling(nsnull), mRowGroupFrame(&aRowGroup)
{
MOZ_COUNT_CTOR(nsCellMap);
}
nsCellMap::~nsCellMap()