зеркало из https://github.com/mozilla/gecko-dev.git
bug 505894 remove double null check r=timeless
This commit is contained in:
Родитель
41de842d18
Коммит
ad5522015f
|
@ -319,11 +319,9 @@ nsTableRowGroupFrame::InitChildReflowState(nsPresContext& aPresContext,
|
|||
nsMargin padding(0,0,0,0);
|
||||
nsMargin* pCollapseBorder = nsnull;
|
||||
if (aBorderCollapse) {
|
||||
if (aReflowState.frame) {
|
||||
nsTableRowFrame *rowFrame = do_QueryFrame(aReflowState.frame);
|
||||
if (rowFrame) {
|
||||
pCollapseBorder = rowFrame->GetBCBorderWidth(collapseBorder);
|
||||
}
|
||||
nsTableRowFrame *rowFrame = do_QueryFrame(aReflowState.frame);
|
||||
if (rowFrame) {
|
||||
pCollapseBorder = rowFrame->GetBCBorderWidth(collapseBorder);
|
||||
}
|
||||
}
|
||||
aReflowState.Init(&aPresContext, -1, -1, pCollapseBorder, &padding);
|
||||
|
|
Загрузка…
Ссылка в новой задаче