Index: Source/core/rendering/svg/SVGRootInlineBox.cpp |
diff --git a/Source/core/rendering/svg/SVGRootInlineBox.cpp b/Source/core/rendering/svg/SVGRootInlineBox.cpp |
index bad09ebefd6c0ec398db138aa5458155ead66510..cd9ff730f7ac6ff629ed5a04c89c41d81f0ea8c8 100644 |
--- a/Source/core/rendering/svg/SVGRootInlineBox.cpp |
+++ b/Source/core/rendering/svg/SVGRootInlineBox.cpp |
@@ -259,8 +259,8 @@ static inline void reverseInlineBoxRangeAndValueListsIfNeeded(void* userData, Ve |
// Reordering is only necessary for BiDi text that is _absolutely_ positioned. |
if (firstTextBox->len() == 1 && firstTextBox->len() == lastTextBox->len()) { |
- RenderSVGInlineText& firstContext = toRenderSVGInlineText(firstTextBox->textRenderer()); |
- RenderSVGInlineText& lastContext = toRenderSVGInlineText(lastTextBox->textRenderer()); |
+ RenderSVGInlineText& firstContext = toRenderSVGInlineText(firstTextBox->renderer()); |
+ RenderSVGInlineText& lastContext = toRenderSVGInlineText(lastTextBox->renderer()); |
SVGTextLayoutAttributes* firstAttributes = 0; |
SVGTextLayoutAttributes* lastAttributes = 0; |