Index: Source/core/rendering/svg/SVGTextQuery.cpp |
diff --git a/Source/core/rendering/svg/SVGTextQuery.cpp b/Source/core/rendering/svg/SVGTextQuery.cpp |
index 4ec7175d299d30657bee365d8ee7a057b8a84832..09a4f6dca2642f97f1ac81e2b21c40d70012f817 100644 |
--- a/Source/core/rendering/svg/SVGTextQuery.cpp |
+++ b/Source/core/rendering/svg/SVGTextQuery.cpp |
@@ -110,7 +110,7 @@ bool SVGTextQuery::executeQuery(Data* queryData, ProcessTextFragmentCallback fra |
// Loop over all text boxes |
for (unsigned textBoxPosition = 0; textBoxPosition < textBoxCount; ++textBoxPosition) { |
queryData->textBox = m_textBoxes.at(textBoxPosition); |
- queryData->textRenderer = &toRenderSVGInlineText(queryData->textBox->textRenderer()); |
+ queryData->textRenderer = &toRenderSVGInlineText(queryData->textBox->renderer()); |
ASSERT(queryData->textRenderer->style()); |
queryData->isVerticalText = queryData->textRenderer->style()->svgStyle().isVerticalWritingMode(); |