зеркало из https://github.com/mozilla/gecko-dev.git
fix build bustage
This commit is contained in:
Родитель
6b201d5ba2
Коммит
38ed40934b
|
@ -6853,7 +6853,8 @@ nsTableFrame::PaintBCBorders(nsPresContext* aPresContext,
|
||||||
}
|
}
|
||||||
|
|
||||||
nscoord x = 0;
|
nscoord x = 0;
|
||||||
for (PRInt32 colX = leftCol; colX != rightCol; colX += colInc) {
|
PRInt32 colX;
|
||||||
|
for (colX = leftCol; colX != rightCol; colX += colInc) {
|
||||||
nsTableColFrame* colFrame = firstInFlow->GetColFrame(colX);
|
nsTableColFrame* colFrame = firstInFlow->GetColFrame(colX);
|
||||||
if (!colFrame) ABORT0();
|
if (!colFrame) ABORT0();
|
||||||
// conservatively estimate the half border widths outside the col
|
// conservatively estimate the half border widths outside the col
|
||||||
|
|
|
@ -6853,7 +6853,8 @@ nsTableFrame::PaintBCBorders(nsPresContext* aPresContext,
|
||||||
}
|
}
|
||||||
|
|
||||||
nscoord x = 0;
|
nscoord x = 0;
|
||||||
for (PRInt32 colX = leftCol; colX != rightCol; colX += colInc) {
|
PRInt32 colX;
|
||||||
|
for (colX = leftCol; colX != rightCol; colX += colInc) {
|
||||||
nsTableColFrame* colFrame = firstInFlow->GetColFrame(colX);
|
nsTableColFrame* colFrame = firstInFlow->GetColFrame(colX);
|
||||||
if (!colFrame) ABORT0();
|
if (!colFrame) ABORT0();
|
||||||
// conservatively estimate the half border widths outside the col
|
// conservatively estimate the half border widths outside the col
|
||||||
|
|
Загрузка…
Ссылка в новой задаче