| Index: Source/core/rendering/svg/SVGTextChunkBuilder.h | 
| diff --git a/Source/core/rendering/svg/SVGTextChunkBuilder.h b/Source/core/rendering/svg/SVGTextChunkBuilder.h | 
| index 1830b2a98f8bb38fbecdc757aa45965587fb2c13..391ffbc8c7e758d9f04c23c8567eccdccbffdcea 100644 | 
| --- a/Source/core/rendering/svg/SVGTextChunkBuilder.h | 
| +++ b/Source/core/rendering/svg/SVGTextChunkBuilder.h | 
| @@ -51,7 +51,6 @@ private: | 
|  | 
| void processTextLengthSpacingCorrection(bool isVerticalText, float textLengthShift, Vector<SVGTextFragment>&, unsigned& atCharacter); | 
| void processTextAnchorCorrection(bool isVerticalText, float textAnchorShift, Vector<SVGTextFragment>&); | 
| -    void buildSpacingAndGlyphsTransform(bool isVerticalText, float scale, const SVGTextFragment&, AffineTransform&); | 
|  | 
| private: | 
| Vector<SVGTextChunk> m_textChunks; | 
|  |