Index: Source/core/rendering/svg/SVGTextChunkBuilder.cpp |
diff --git a/Source/core/rendering/svg/SVGTextChunkBuilder.cpp b/Source/core/rendering/svg/SVGTextChunkBuilder.cpp |
index 45fd27d1d9195e53850f3cbefdd10690f1ed9b21..e71a1e904f03ea8250e54eecf56b9c165d11a6d6 100644 |
--- a/Source/core/rendering/svg/SVGTextChunkBuilder.cpp |
+++ b/Source/core/rendering/svg/SVGTextChunkBuilder.cpp |
@@ -85,9 +85,9 @@ void SVGTextChunkBuilder::addTextChunk(Vector<SVGInlineTextBox*>& lineLayoutBoxe |
SVGInlineTextBox* textBox = lineLayoutBoxes[boxStart]; |
ASSERT(textBox); |
- RenderSVGInlineText& textRenderer = toRenderSVGInlineText(textBox->textRenderer()); |
+ RenderSVGInlineText& textRenderer = toRenderSVGInlineText(textBox->renderer()); |
- const RenderStyle* style = toRenderSVGInlineText(textBox->textRenderer()).style(); |
+ const RenderStyle* style = toRenderSVGInlineText(textBox->renderer()).style(); |
ASSERT(style); |
const SVGRenderStyle& svgStyle = style->svgStyle(); |