diff --git a/mozilla/layout/generic/nsBlockFrame.cpp b/mozilla/layout/generic/nsBlockFrame.cpp index fa38b8d4326..ba8b77e4851 100644 --- a/mozilla/layout/generic/nsBlockFrame.cpp +++ b/mozilla/layout/generic/nsBlockFrame.cpp @@ -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)) { diff --git a/mozilla/layout/generic/nsBlockReflowState.cpp b/mozilla/layout/generic/nsBlockReflowState.cpp index fa38b8d4326..ba8b77e4851 100644 --- a/mozilla/layout/generic/nsBlockReflowState.cpp +++ b/mozilla/layout/generic/nsBlockReflowState.cpp @@ -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)) { diff --git a/mozilla/layout/generic/nsBlockReflowState.h b/mozilla/layout/generic/nsBlockReflowState.h index fa38b8d4326..ba8b77e4851 100644 --- a/mozilla/layout/generic/nsBlockReflowState.h +++ b/mozilla/layout/generic/nsBlockReflowState.h @@ -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)) { diff --git a/mozilla/layout/html/base/src/nsBlockFrame.cpp b/mozilla/layout/html/base/src/nsBlockFrame.cpp index fa38b8d4326..ba8b77e4851 100644 --- a/mozilla/layout/html/base/src/nsBlockFrame.cpp +++ b/mozilla/layout/html/base/src/nsBlockFrame.cpp @@ -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)) { diff --git a/mozilla/layout/html/base/src/nsBlockReflowState.cpp b/mozilla/layout/html/base/src/nsBlockReflowState.cpp index fa38b8d4326..ba8b77e4851 100644 --- a/mozilla/layout/html/base/src/nsBlockReflowState.cpp +++ b/mozilla/layout/html/base/src/nsBlockReflowState.cpp @@ -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)) { diff --git a/mozilla/layout/html/base/src/nsBlockReflowState.h b/mozilla/layout/html/base/src/nsBlockReflowState.h index fa38b8d4326..ba8b77e4851 100644 --- a/mozilla/layout/html/base/src/nsBlockReflowState.h +++ b/mozilla/layout/html/base/src/nsBlockReflowState.h @@ -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)) {