| Index: third_party/WebKit/Source/core/paint/ListMarkerPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/ListMarkerPainter.cpp b/third_party/WebKit/Source/core/paint/ListMarkerPainter.cpp
|
| index 5c0b618c4a5b3ac23dc4154d427b092101f016c3..867626938279b2802748dadaea8ad996e117ecdf 100644
|
| --- a/third_party/WebKit/Source/core/paint/ListMarkerPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/ListMarkerPainter.cpp
|
| @@ -134,8 +134,8 @@ void ListMarkerPainter::paint(const PaintInfo& paintInfo,
|
| marker.x(),
|
| marker.y() + m_layoutListMarker.style()->getFontMetrics().ascent());
|
|
|
| - // Text is not arbitrary. We can judge whether it's RTL from the first character,
|
| - // and we only need to handle the direction RightToLeft for now.
|
| + // Text is not arbitrary. We can judge whether it's RTL from the first
|
| + // character, and we only need to handle the direction RightToLeft for now.
|
| bool textNeedsReversing =
|
| WTF::Unicode::direction(m_layoutListMarker.text()[0]) ==
|
| WTF::Unicode::RightToLeft;
|
|
|