mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Remove bogus assert. Bug 350128, r+sr=roc, a=dbaron
This commit is contained in:
parent
21e0d65a42
commit
d56f30c35a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user