| Index: Source/core/rendering/svg/SVGTextLayoutEngine.cpp
|
| diff --git a/Source/core/rendering/svg/SVGTextLayoutEngine.cpp b/Source/core/rendering/svg/SVGTextLayoutEngine.cpp
|
| index 7aad0dc1554d066670582333c9eb3d43aa4027b7..2c9023cbb36d9178cd8827d87e08d85790a2e9f1 100644
|
| --- a/Source/core/rendering/svg/SVGTextLayoutEngine.cpp
|
| +++ b/Source/core/rendering/svg/SVGTextLayoutEngine.cpp
|
| @@ -240,7 +240,7 @@ void SVGTextLayoutEngine::layoutInlineTextBox(SVGInlineTextBox* textBox)
|
| {
|
| ASSERT(textBox);
|
|
|
| - RenderSVGInlineText& text = toRenderSVGInlineText(textBox->textRenderer());
|
| + RenderSVGInlineText& text = toRenderSVGInlineText(textBox->renderer());
|
| ASSERT(text.parent());
|
| ASSERT(text.parent()->node());
|
| ASSERT(text.parent()->node()->isSVGElement());
|
|
|