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
Родитель bda8ca13fb
Коммит af1ac9d230
1 изменённых файлов: 2 добавлений и 3 удалений

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

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