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

git-svn-id: svn://10.0.0.236/trunk@84444 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jst%netscape.com
2001-01-05 23:26:05 +00:00
parent 71971b3a0d
commit dc0cca8f46
2 changed files with 2 additions and 2 deletions

View File

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

View File

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