Bug 375493: Adding an element with counter-increment does not update subsequent elements with counter. r+sr=dbaron.

This commit is contained in:
sharparrow1@yahoo.com 2007-06-30 10:41:03 -07:00
parent 20843d439a
commit 6fe77976be

View File

@ -237,6 +237,7 @@ nsCounterManager::AddResetOrIncrement(nsIFrame *aFrame, PRInt32 aIndex,
if (!counterList->IsLast(node)) {
// Tell the caller it's responsible for recalculating the entire
// list.
counterList->SetDirty();
return PR_TRUE;
}