Fixed build bustage
git-svn-id: svn://10.0.0.236/trunk@20577 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2515,7 +2515,7 @@ nsBlockFrame::ReflowInlineFrame(nsBlockReflowState& aState,
|
||||
|
||||
if (needSplit) {
|
||||
// Split line after the current frame
|
||||
aKeepLineGoing = PR_FALSE;
|
||||
*aKeepLineGoing = PR_FALSE;
|
||||
aFrame->GetNextSibling(&aFrame);
|
||||
rv = SplitLine(aState, aLine, aFrame);
|
||||
if (NS_FAILED(rv)) {
|
||||
|
||||
@@ -2515,7 +2515,7 @@ nsBlockFrame::ReflowInlineFrame(nsBlockReflowState& aState,
|
||||
|
||||
if (needSplit) {
|
||||
// Split line after the current frame
|
||||
aKeepLineGoing = PR_FALSE;
|
||||
*aKeepLineGoing = PR_FALSE;
|
||||
aFrame->GetNextSibling(&aFrame);
|
||||
rv = SplitLine(aState, aLine, aFrame);
|
||||
if (NS_FAILED(rv)) {
|
||||
|
||||
@@ -2515,7 +2515,7 @@ nsBlockFrame::ReflowInlineFrame(nsBlockReflowState& aState,
|
||||
|
||||
if (needSplit) {
|
||||
// Split line after the current frame
|
||||
aKeepLineGoing = PR_FALSE;
|
||||
*aKeepLineGoing = PR_FALSE;
|
||||
aFrame->GetNextSibling(&aFrame);
|
||||
rv = SplitLine(aState, aLine, aFrame);
|
||||
if (NS_FAILED(rv)) {
|
||||
|
||||
@@ -2515,7 +2515,7 @@ nsBlockFrame::ReflowInlineFrame(nsBlockReflowState& aState,
|
||||
|
||||
if (needSplit) {
|
||||
// Split line after the current frame
|
||||
aKeepLineGoing = PR_FALSE;
|
||||
*aKeepLineGoing = PR_FALSE;
|
||||
aFrame->GetNextSibling(&aFrame);
|
||||
rv = SplitLine(aState, aLine, aFrame);
|
||||
if (NS_FAILED(rv)) {
|
||||
|
||||
@@ -2515,7 +2515,7 @@ nsBlockFrame::ReflowInlineFrame(nsBlockReflowState& aState,
|
||||
|
||||
if (needSplit) {
|
||||
// Split line after the current frame
|
||||
aKeepLineGoing = PR_FALSE;
|
||||
*aKeepLineGoing = PR_FALSE;
|
||||
aFrame->GetNextSibling(&aFrame);
|
||||
rv = SplitLine(aState, aLine, aFrame);
|
||||
if (NS_FAILED(rv)) {
|
||||
|
||||
@@ -2515,7 +2515,7 @@ nsBlockFrame::ReflowInlineFrame(nsBlockReflowState& aState,
|
||||
|
||||
if (needSplit) {
|
||||
// Split line after the current frame
|
||||
aKeepLineGoing = PR_FALSE;
|
||||
*aKeepLineGoing = PR_FALSE;
|
||||
aFrame->GetNextSibling(&aFrame);
|
||||
rv = SplitLine(aState, aLine, aFrame);
|
||||
if (NS_FAILED(rv)) {
|
||||
|
||||
Reference in New Issue
Block a user