зеркало из https://github.com/mozilla/gecko-dev.git
Bug 552246 remove unused variable availWidth from nsTableRowFrame::CalcHeight
r=bernd
This commit is contained in:
Родитель
d0fffdb53f
Коммит
2aec598f27
|
@ -552,7 +552,6 @@ nsTableRowFrame::CalcHeight(const nsHTMLReflowState& aReflowState)
|
|||
kidFrame = kidFrame->GetNextSibling()) {
|
||||
nsTableCellFrame *cellFrame = do_QueryFrame(kidFrame);
|
||||
if (cellFrame) {
|
||||
nscoord availWidth = cellFrame->GetPriorAvailWidth();
|
||||
nsSize desSize = cellFrame->GetDesiredSize();
|
||||
if ((NS_UNCONSTRAINEDSIZE == aReflowState.availableHeight) && !GetPrevInFlow()) {
|
||||
CalculateCellActualHeight(cellFrame, desSize.height);
|
||||
|
|
Загрузка…
Ссылка в новой задаче