Fixing regression introduced in my huge checkin a few weeks ago, backing out the change I made while doing some code cleanup/reorg

This commit is contained in:
jst%netscape.com 2001-01-05 23:26:05 +00:00
Родитель 2e3c8fa6ec
Коммит b1ebf176a1
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -91,7 +91,7 @@ nsTableCellCollection::GetLength(PRUint32* aLength)
if ((nsHTMLAtoms::td == childTag.get()) ||
(nsHTMLAtoms::th == childTag.get())) {
*aLength++;
(*aLength)++;
}
childIndex++;

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

@ -91,7 +91,7 @@ nsTableCellCollection::GetLength(PRUint32* aLength)
if ((nsHTMLAtoms::td == childTag.get()) ||
(nsHTMLAtoms::th == childTag.get())) {
*aLength++;
(*aLength)++;
}
childIndex++;