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

git-svn-id: svn://10.0.0.236/trunk@231324 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu 2007-08-02 18:11:44 +00:00
parent 3524c6eee1
commit 8f29d1da1a

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