diff --git a/mozilla/layout/generic/nsTextFrame.cpp b/mozilla/layout/generic/nsTextFrame.cpp index 952d0bed0ee..a979aa55012 100644 --- a/mozilla/layout/generic/nsTextFrame.cpp +++ b/mozilla/layout/generic/nsTextFrame.cpp @@ -3271,7 +3271,7 @@ nsTextFrame::Reflow(nsIPresContext* aPresContext, } } } - lineLayout.SetColumn(column); + lineLayout.SetColumn(textData.mColumn); // Inform line layout of how this piece of text ends in whitespace // (only text objects do this). Note that if x is zero then this diff --git a/mozilla/layout/html/base/src/nsTextFrame.cpp b/mozilla/layout/html/base/src/nsTextFrame.cpp index 952d0bed0ee..a979aa55012 100644 --- a/mozilla/layout/html/base/src/nsTextFrame.cpp +++ b/mozilla/layout/html/base/src/nsTextFrame.cpp @@ -3271,7 +3271,7 @@ nsTextFrame::Reflow(nsIPresContext* aPresContext, } } } - lineLayout.SetColumn(column); + lineLayout.SetColumn(textData.mColumn); // Inform line layout of how this piece of text ends in whitespace // (only text objects do this). Note that if x is zero then this