Bug 485808 - [FIX]Create iterator class to iterate using GetChildArray; (Bv1) Remove leftover 'i'; r+sr=jonas
This commit is contained in:
Родитель
b5d56d420d
Коммит
67ffc85147
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче