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 17:41:03 +00:00
Родитель b3961d2921
Коммит 1856363e11
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -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;
}