My previous check-in had an important line accidentally commented out. This just re-enables that line. This fixes bug 58257
This commit is contained in:
@@ -1613,7 +1613,7 @@ nsBlockFrame::Reflow(nsIPresContext* aPresContext,
|
|||||||
NS_BLOCK_MARGIN_ROOT & mState);
|
NS_BLOCK_MARGIN_ROOT & mState);
|
||||||
|
|
||||||
if (eReflowReason_Resize != aReflowState.reason) {
|
if (eReflowReason_Resize != aReflowState.reason) {
|
||||||
//RenumberLists(aPresContext);
|
RenumberLists(aPresContext);
|
||||||
}
|
}
|
||||||
|
|
||||||
nsresult rv = NS_OK;
|
nsresult rv = NS_OK;
|
||||||
|
|||||||
@@ -1613,7 +1613,7 @@ nsBlockFrame::Reflow(nsIPresContext* aPresContext,
|
|||||||
NS_BLOCK_MARGIN_ROOT & mState);
|
NS_BLOCK_MARGIN_ROOT & mState);
|
||||||
|
|
||||||
if (eReflowReason_Resize != aReflowState.reason) {
|
if (eReflowReason_Resize != aReflowState.reason) {
|
||||||
//RenumberLists(aPresContext);
|
RenumberLists(aPresContext);
|
||||||
}
|
}
|
||||||
|
|
||||||
nsresult rv = NS_OK;
|
nsresult rv = NS_OK;
|
||||||
|
|||||||
@@ -1613,7 +1613,7 @@ nsBlockFrame::Reflow(nsIPresContext* aPresContext,
|
|||||||
NS_BLOCK_MARGIN_ROOT & mState);
|
NS_BLOCK_MARGIN_ROOT & mState);
|
||||||
|
|
||||||
if (eReflowReason_Resize != aReflowState.reason) {
|
if (eReflowReason_Resize != aReflowState.reason) {
|
||||||
//RenumberLists(aPresContext);
|
RenumberLists(aPresContext);
|
||||||
}
|
}
|
||||||
|
|
||||||
nsresult rv = NS_OK;
|
nsresult rv = NS_OK;
|
||||||
|
|||||||
@@ -1613,7 +1613,7 @@ nsBlockFrame::Reflow(nsIPresContext* aPresContext,
|
|||||||
NS_BLOCK_MARGIN_ROOT & mState);
|
NS_BLOCK_MARGIN_ROOT & mState);
|
||||||
|
|
||||||
if (eReflowReason_Resize != aReflowState.reason) {
|
if (eReflowReason_Resize != aReflowState.reason) {
|
||||||
//RenumberLists(aPresContext);
|
RenumberLists(aPresContext);
|
||||||
}
|
}
|
||||||
|
|
||||||
nsresult rv = NS_OK;
|
nsresult rv = NS_OK;
|
||||||
|
|||||||
@@ -1613,7 +1613,7 @@ nsBlockFrame::Reflow(nsIPresContext* aPresContext,
|
|||||||
NS_BLOCK_MARGIN_ROOT & mState);
|
NS_BLOCK_MARGIN_ROOT & mState);
|
||||||
|
|
||||||
if (eReflowReason_Resize != aReflowState.reason) {
|
if (eReflowReason_Resize != aReflowState.reason) {
|
||||||
//RenumberLists(aPresContext);
|
RenumberLists(aPresContext);
|
||||||
}
|
}
|
||||||
|
|
||||||
nsresult rv = NS_OK;
|
nsresult rv = NS_OK;
|
||||||
|
|||||||
@@ -1613,7 +1613,7 @@ nsBlockFrame::Reflow(nsIPresContext* aPresContext,
|
|||||||
NS_BLOCK_MARGIN_ROOT & mState);
|
NS_BLOCK_MARGIN_ROOT & mState);
|
||||||
|
|
||||||
if (eReflowReason_Resize != aReflowState.reason) {
|
if (eReflowReason_Resize != aReflowState.reason) {
|
||||||
//RenumberLists(aPresContext);
|
RenumberLists(aPresContext);
|
||||||
}
|
}
|
||||||
|
|
||||||
nsresult rv = NS_OK;
|
nsresult rv = NS_OK;
|
||||||
|
|||||||
Reference in New Issue
Block a user