зеркало из 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,6 +6167,8 @@ BCPaintBorderIterator::BCPaintBorderIterator(nsTableFrame* aTable)
|
||||||
|
|
||||||
// Get the ordered row groups
|
// Get the ordered row groups
|
||||||
mTable->OrderRowGroups(mRowGroups);
|
mTable->OrderRowGroups(mRowGroups);
|
||||||
|
// initialize to a non existing index
|
||||||
|
mRepeatedHeaderRowIndex = -99;
|
||||||
|
|
||||||
mTableIsLTR = mTable->GetStyleVisibility()->mDirection ==
|
mTableIsLTR = mTable->GetStyleVisibility()->mDirection ==
|
||||||
NS_STYLE_DIRECTION_LTR;
|
NS_STYLE_DIRECTION_LTR;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче