| Index: Source/core/rendering/line/BreakingContext.cpp
|
| diff --git a/Source/core/rendering/line/BreakingContext.cpp b/Source/core/rendering/line/BreakingContext.cpp
|
| index 4f24e2b9b31c3b4faa1ae0f4d9291cb38b38134c..513b2c3beaa96ea8faba3b616792b6bc8e257fc3 100644
|
| --- a/Source/core/rendering/line/BreakingContext.cpp
|
| +++ b/Source/core/rendering/line/BreakingContext.cpp
|
| @@ -48,7 +48,7 @@ InlineIterator BreakingContext::handleEndOfLine()
|
| // Sanity check our midpoints.
|
| m_lineMidpointState.checkMidpoints(m_lineBreak);
|
|
|
| - m_trailingObjects.updateMidpointsForTrailingBoxes(m_lineMidpointState, m_lineBreak, TrailingObjects::CollapseFirstSpace);
|
| + m_trailingObjects.updateMidpointsForTrailingObjects(m_lineMidpointState, m_lineBreak, TrailingObjects::CollapseFirstSpace);
|
|
|
| // We might have made lineBreak an iterator that points past the end
|
| // of the object. Do this adjustment to make it point to the start
|
|
|