зеркало из https://github.com/mozilla/pjs.git
bug 538479 add initialization code that I wrongly removed r=dbaron
--HG-- extra : rebase_source : 63ec32369dcdae83638a3be5635e25ebc757b1cd
This commit is contained in:
Родитель
cda3be4aa8
Коммит
cd2a6a4377
|
@ -6167,7 +6167,9 @@ BCPaintBorderIterator::BCPaintBorderIterator(nsTableFrame* aTable)
|
|||
|
||||
// Get the ordered row groups
|
||||
mTable->OrderRowGroups(mRowGroups);
|
||||
|
||||
// initialize to a non existing index
|
||||
mRepeatedHeaderRowIndex = -99;
|
||||
|
||||
mTableIsLTR = mTable->GetStyleVisibility()->mDirection ==
|
||||
NS_STYLE_DIRECTION_LTR;
|
||||
mColInc = (mTableIsLTR) ? 1 : -1;
|
||||
|
|
Загрузка…
Ссылка в новой задаче