mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 06:43:32 +00:00
bug 32794 -always set aStatus. sr=attinasi.
This commit is contained in:
parent
8825aad0b0
commit
3b6bf0f78a
@ -967,6 +967,7 @@ nsTableRowGroupFrame::Reflow(nsIPresContext* aPresContext,
|
||||
nsTableFrame::DebugReflow(this, (nsHTMLReflowState&)aReflowState);
|
||||
#endif
|
||||
nsresult rv=NS_OK;
|
||||
aStatus = NS_FRAME_COMPLETE;
|
||||
|
||||
nsTableFrame* tableFrame = nsnull;
|
||||
rv = nsTableFrame::GetTableFrame(this, tableFrame);
|
||||
@ -978,9 +979,7 @@ nsTableRowGroupFrame::Reflow(nsIPresContext* aPresContext,
|
||||
if (eReflowReason_Incremental == aReflowState.reason) {
|
||||
rv = IncrementalReflow(aPresContext, aDesiredSize, state, aStatus);
|
||||
}
|
||||
else {
|
||||
aStatus = NS_FRAME_COMPLETE;
|
||||
|
||||
else {
|
||||
// Check for an overflow list
|
||||
MoveOverflowToChildList(aPresContext);
|
||||
|
||||
|
@ -967,6 +967,7 @@ nsTableRowGroupFrame::Reflow(nsIPresContext* aPresContext,
|
||||
nsTableFrame::DebugReflow(this, (nsHTMLReflowState&)aReflowState);
|
||||
#endif
|
||||
nsresult rv=NS_OK;
|
||||
aStatus = NS_FRAME_COMPLETE;
|
||||
|
||||
nsTableFrame* tableFrame = nsnull;
|
||||
rv = nsTableFrame::GetTableFrame(this, tableFrame);
|
||||
@ -978,9 +979,7 @@ nsTableRowGroupFrame::Reflow(nsIPresContext* aPresContext,
|
||||
if (eReflowReason_Incremental == aReflowState.reason) {
|
||||
rv = IncrementalReflow(aPresContext, aDesiredSize, state, aStatus);
|
||||
}
|
||||
else {
|
||||
aStatus = NS_FRAME_COMPLETE;
|
||||
|
||||
else {
|
||||
// Check for an overflow list
|
||||
MoveOverflowToChildList(aPresContext);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user