Index: Source/core/rendering/svg/SVGTextLayoutEngineSpacing.h |
diff --git a/Source/core/rendering/svg/SVGTextLayoutEngineSpacing.h b/Source/core/rendering/svg/SVGTextLayoutEngineSpacing.h |
index 78cfbe17eab004fe963493fcb7cddc766ffa475d..5cc8bec553387d68955d10ab1a8fae465352c6c7 100644 |
--- a/Source/core/rendering/svg/SVGTextLayoutEngineSpacing.h |
+++ b/Source/core/rendering/svg/SVGTextLayoutEngineSpacing.h |
@@ -35,11 +35,11 @@ public: |
SVGTextLayoutEngineSpacing(const Font&); |
float calculateSVGKerning(bool isVerticalText, const SVGTextMetrics::Glyph& currentGlyph); |
- float calculateCSSKerningAndSpacing(const SVGRenderStyle*, SVGElement* lengthContext, const UChar* currentCharacter); |
+ float calculateCSSKerningAndSpacing(const SVGRenderStyle*, SVGElement* lengthContext, UChar currentCharacter); |
private: |
const Font& m_font; |
- const UChar* m_lastCharacter; |
+ UChar m_lastCharacter; |
#if ENABLE(SVG_FONTS) |
SVGTextMetrics::Glyph m_lastGlyph; |