fix mac bustage
git-svn-id: svn://10.0.0.236/trunk@83863 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -615,8 +615,9 @@ BasicTableLayoutStrategy::ComputeNonPctColspanWidths(PRInt32 aWidthInd
|
||||
PRInt32 numAutoCols = 0;
|
||||
|
||||
nscoord spacingX = mTableFrame->GetCellSpacingX();
|
||||
PRInt32 spanX;
|
||||
// accumulate the various divisors to be used later
|
||||
for (PRInt32 spanX = 0; spanX < aColSpan; spanX++) {
|
||||
for (spanX = 0; spanX < aColSpan; spanX++) {
|
||||
nsTableColFrame* colFrame = mTableFrame->GetColFrame(aColIndex + spanX);
|
||||
if (!colFrame) continue;
|
||||
nscoord minWidth = PR_MAX(colFrame->GetMinWidth(), 0);
|
||||
|
||||
Reference in New Issue
Block a user