Remove bogus assert. Bug 350128, r+sr=roc, a=dbaron

This commit is contained in:
bzbarsky@mit.edu 2007-08-02 11:11:44 -07:00
Родитель 9c59e9e4cc
Коммит 193b24d312
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -10772,8 +10772,6 @@ nsCSSFrameConstructor::FindFrameWithContent(nsFrameManager* aFrameManager,
kidFrame = parentFrame->GetFirstChild(listName);
// Leave |aParentFrame| as-is, since the only time we'll
// reuse it is if the hint fails.
NS_ASSERTION(!kidFrame || parentFrame->GetContent() == aParentContent,
"next-in-flow has different content");
}
}
#ifdef NOISY_FINDFRAME