зеркало из https://github.com/mozilla/pjs.git
Fixed nsCellMap bloat/leak counter problem.
This commit is contained in:
Родитель
858a67f883
Коммит
0c805209a4
|
@ -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()
|
||||
|
|
|
@ -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()
|
||||
|
|
Загрузка…
Ссылка в новой задаче