Bug 294823 ASSERTION: max element width exceeded desired width: 'PR_FALSE'

patch by bernd r=roc sr=roc a=asa


git-svn-id: svn://10.0.0.236/trunk@174712 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org
2005-06-16 18:22:38 +00:00
parent ad0c3c42b0
commit dde2e4eda3

View File

@@ -968,7 +968,6 @@ nsTableRowFrame::ReflowChildren(nsPresContext* aPresContext,
if (desiredSize.mComputeMEW) {
cellFrame->SetPass1MaxElementWidth(desiredSize.width, desiredSize.mMaxElementWidth);
if (desiredSize.mMaxElementWidth > desiredSize.width) {
NS_ASSERTION(PR_FALSE, "max element width exceeded desired width");
desiredSize.width = desiredSize.mMaxElementWidth;
}
}