| Index: Source/core/layout/LayoutDeprecatedFlexibleBox.cpp
|
| diff --git a/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp b/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp
|
| index af6bcd29047812fc2045daacafb031ccf0485a2c..021a167b47f8b08567e5b43dd4d66df398676138 100644
|
| --- a/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp
|
| +++ b/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp
|
| @@ -895,9 +895,9 @@ void LayoutDeprecatedFlexibleBox::applyLineClamp(FlexBoxIterator& iterator, bool
|
| if (!lastVisibleLine)
|
| continue;
|
|
|
| - DEFINE_STATIC_LOCAL(AtomicString, ellipsisStr, (&horizontalEllipsis, 1));
|
| + DEFINE_STATIC_LOCAL(AtomicString, ellipsisStr, (&characterHorizontalEllipsis, 1));
|
| const Font& font = style(numVisibleLines == 1)->font();
|
| - float totalWidth = font.width(constructTextRun(this, font, &horizontalEllipsis, 1, styleRef(), style()->direction()));
|
| + float totalWidth = font.width(constructTextRun(this, font, &characterHorizontalEllipsis, 1, styleRef(), style()->direction()));
|
|
|
| // See if this width can be accommodated on the last visible line
|
| LayoutBlockFlow& destBlock = lastVisibleLine->block();
|
|
|