bug 378383. nsReflowStatus not always initialized in nsBlockFrame::ReflowInlineFrame. r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@224856 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -3427,6 +3427,7 @@ nsBlockFrame::ReflowInlineFrame(nsBlockReflowState& aState,
|
||||
PRBool pushedFrame;
|
||||
nsresult rv = aLineLayout.ReflowFrame(aFrame, frameReflowStatus,
|
||||
nsnull, pushedFrame);
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
|
||||
if (frameReflowStatus & NS_FRAME_REFLOW_NEXTINFLOW) {
|
||||
// we need to ensure that the frame's nextinflow gets reflowed.
|
||||
|
||||
Reference in New Issue
Block a user