Bug 485808 - [FIX]Create iterator class to iterate using GetChildArray; (Bv1) Remove leftover 'i'; r+sr=jonas

This commit is contained in:
Serge Gautherie 2009-04-18 20:02:24 +02:00
Родитель b5d56d420d
Коммит 67ffc85147
1 изменённых файлов: 2 добавлений и 3 удалений

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

@ -618,8 +618,7 @@ nsContentList::ContentAppended(nsIDocument *aDocument, nsIContent* aContainer,
}
}
PRInt32 i;
if (!appendToList) {
// The new stuff is somewhere in the middle of our list; check
// whether we need to invalidate
@ -633,7 +632,7 @@ nsContentList::ContentAppended(nsIDocument *aDocument, nsIContent* aContainer,
break;
}
}
ASSERT_IN_SYNC;
return;
}