Initialized mColLayoutData to nsnull

This commit is contained in:
troy 1998-06-23 22:45:26 +00:00
Родитель 594df93250
Коммит 0ba0825eb4
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -33,6 +33,7 @@ nsCellLayoutData::nsCellLayoutData(nsTableCellFrame *aCellFrame,
: mDesiredSize(nsnull)
{
// IMPORTANT: Always intialize instance variables to null
mColLayoutData = nsnull;
mCellFrame = nsnull;
mMargin.top = mMargin.bottom = mMargin.left = mMargin.right = 0;