My previous check-in had an important line accidentally commented out. This just re-enables that line. This fixes bug 58257

git-svn-id: svn://10.0.0.236/trunk@81996 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
buster%netscape.com 2000-10-30 04:48:53 +00:00
parent c94c187442
commit 952ca09fa5
6 changed files with 6 additions and 6 deletions

View File

@ -1613,7 +1613,7 @@ nsBlockFrame::Reflow(nsIPresContext* aPresContext,
NS_BLOCK_MARGIN_ROOT & mState);
if (eReflowReason_Resize != aReflowState.reason) {
//RenumberLists(aPresContext);
RenumberLists(aPresContext);
}
nsresult rv = NS_OK;

View File

@ -1613,7 +1613,7 @@ nsBlockFrame::Reflow(nsIPresContext* aPresContext,
NS_BLOCK_MARGIN_ROOT & mState);
if (eReflowReason_Resize != aReflowState.reason) {
//RenumberLists(aPresContext);
RenumberLists(aPresContext);
}
nsresult rv = NS_OK;

View File

@ -1613,7 +1613,7 @@ nsBlockFrame::Reflow(nsIPresContext* aPresContext,
NS_BLOCK_MARGIN_ROOT & mState);
if (eReflowReason_Resize != aReflowState.reason) {
//RenumberLists(aPresContext);
RenumberLists(aPresContext);
}
nsresult rv = NS_OK;

View File

@ -1613,7 +1613,7 @@ nsBlockFrame::Reflow(nsIPresContext* aPresContext,
NS_BLOCK_MARGIN_ROOT & mState);
if (eReflowReason_Resize != aReflowState.reason) {
//RenumberLists(aPresContext);
RenumberLists(aPresContext);
}
nsresult rv = NS_OK;

View File

@ -1613,7 +1613,7 @@ nsBlockFrame::Reflow(nsIPresContext* aPresContext,
NS_BLOCK_MARGIN_ROOT & mState);
if (eReflowReason_Resize != aReflowState.reason) {
//RenumberLists(aPresContext);
RenumberLists(aPresContext);
}
nsresult rv = NS_OK;

View File

@ -1613,7 +1613,7 @@ nsBlockFrame::Reflow(nsIPresContext* aPresContext,
NS_BLOCK_MARGIN_ROOT & mState);
if (eReflowReason_Resize != aReflowState.reason) {
//RenumberLists(aPresContext);
RenumberLists(aPresContext);
}
nsresult rv = NS_OK;