Index: Source/core/paint/TextPainter.cpp |
diff --git a/Source/core/paint/TextPainter.cpp b/Source/core/paint/TextPainter.cpp |
index d92fb54e35b4ae42e66f219e9435b98e1e110cd0..c16364e587b152921e1221000058f9d51072b74a 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, (&ideographicFullStopCharacter, 1)); |
FloatPoint emphasisMarkTextOrigin(m_textBounds.x(), m_textBounds.y() + m_font.fontMetrics().ascent() + m_emphasisMarkOffset); |
TextRunPaintInfo textRunPaintInfo(placeholderTextRun); |
textRunPaintInfo.bounds = m_textBounds; |