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:
parent
c94c187442
commit
952ca09fa5
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user