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:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user