зеркало из https://github.com/mozilla/gecko-dev.git
bug 13683 - fixed memory leak.
This commit is contained in:
Родитель
c1a36fb57c
Коммит
549b434e4f
|
@ -261,7 +261,7 @@ BasicTableLayoutStrategy::BalanceColumnWidths(nsIStyleContext* aTableSty
|
|||
|
||||
// if this is a nested table and pass1 reflow, we are done
|
||||
if (maxWidth == NS_UNCONSTRAINEDSIZE) {
|
||||
return PR_TRUE;
|
||||
return BCW_Wrapup(this, mTableFrame, allocTypes);
|
||||
}
|
||||
|
||||
// allocate the rest unconstrained
|
||||
|
|
|
@ -261,7 +261,7 @@ BasicTableLayoutStrategy::BalanceColumnWidths(nsIStyleContext* aTableSty
|
|||
|
||||
// if this is a nested table and pass1 reflow, we are done
|
||||
if (maxWidth == NS_UNCONSTRAINEDSIZE) {
|
||||
return PR_TRUE;
|
||||
return BCW_Wrapup(this, mTableFrame, allocTypes);
|
||||
}
|
||||
|
||||
// allocate the rest unconstrained
|
||||
|
|
Загрузка…
Ссылка в новой задаче