| Index: third_party/WebKit/Source/core/layout/line/InlineTextBox.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/layout/line/InlineTextBox.cpp b/third_party/WebKit/Source/core/layout/line/InlineTextBox.cpp
 | 
| index be759d6db51d4ff540d7c81636431a0c29f3b7b9..16fd0e93c2515bff58cce053a21145b8460a8a56 100644
 | 
| --- a/third_party/WebKit/Source/core/layout/line/InlineTextBox.cpp
 | 
| +++ b/third_party/WebKit/Source/core/layout/line/InlineTextBox.cpp
 | 
| @@ -381,7 +381,7 @@ LayoutUnit InlineTextBox::placeEllipsisBox(bool flowIsLTR,
 | 
|      LayoutUnit widthOfVisibleText(getLineLayoutItem().width(
 | 
|          ltr == flowIsLTR ? m_start : m_start + offset,
 | 
|          ltr == flowIsLTR ? offset : m_len - offset, textPos(),
 | 
| -        flowIsLTR ? TextDirection::Ltr : TextDirection::Rtl,
 | 
| +        flowIsLTR ? TextDirection::kLtr : TextDirection::kRtl,
 | 
|          isFirstLineStyle()));
 | 
|  
 | 
|      // The ellipsis needs to be placed just after the last visible character.
 | 
| 
 |