mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bug 294823 ASSERTION: max element width exceeded desired width: 'PR_FALSE'
patch by bernd r=roc sr=roc a=asa
This commit is contained in:
parent
96e94dc74c
commit
9da0ce304f
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user