| Index: Source/core/paint/TextPainter.cpp
|
| diff --git a/Source/core/paint/TextPainter.cpp b/Source/core/paint/TextPainter.cpp
|
| index 2984dc09383c96e46abe2cbb288daa1b377091bc..b08181ed43d710167955f3531c731b50d8889e01 100644
|
| --- a/Source/core/paint/TextPainter.cpp
|
| +++ b/Source/core/paint/TextPainter.cpp
|
| @@ -218,7 +218,7 @@ void TextPainter::paintInternal(int startOffset, int endOffset, int truncationPo
|
| void TextPainter::paintEmphasisMarkForCombinedText()
|
| {
|
| ASSERT(m_combinedText);
|
| - DEFINE_STATIC_LOCAL(TextRun, placeholderTextRun, (&ideographicFullStop, 1));
|
| + DEFINE_STATIC_LOCAL(TextRun, placeholderTextRun, (&characterIdeographicFullStop, 1));
|
| FloatPoint emphasisMarkTextOrigin(m_textBounds.x(), m_textBounds.y() + m_font.fontMetrics().ascent() + m_emphasisMarkOffset);
|
| TextRunPaintInfo textRunPaintInfo(placeholderTextRun);
|
| textRunPaintInfo.bounds = m_textBounds;
|
|
|