Bug 545775 part.7 remove an assertion from nsContentIterator r=roc

This commit is contained in:
Masayuki Nakano 2010-06-19 19:40:27 +09:00
Родитель 020e814d67
Коммит a0f5a4d3e1
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -917,8 +917,6 @@ nsContentIterator::PrevNode(nsINode *aNode, nsTArray<PRInt32> *aIndexes)
void
nsContentIterator::First()
{
NS_ASSERTION(mFirst, "No first node!");
if (mFirst) {
#ifdef DEBUG
nsresult rv =