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
parent 21e0d65a42
commit d56f30c35a

View File

@ -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