| Index: Source/core/layout/svg/SVGTextLayoutEngine.cpp
|
| diff --git a/Source/core/layout/svg/SVGTextLayoutEngine.cpp b/Source/core/layout/svg/SVGTextLayoutEngine.cpp
|
| index a32b06d4e0cab87f189232922b02b51384a527ed..f2aa6615a4edd072657558cfe4a04f0567e0a045 100644
|
| --- a/Source/core/layout/svg/SVGTextLayoutEngine.cpp
|
| +++ b/Source/core/layout/svg/SVGTextLayoutEngine.cpp
|
| @@ -240,7 +240,7 @@ void SVGTextLayoutEngine::layoutInlineTextBox(SVGInlineTextBox* textBox)
|
| {
|
| ASSERT(textBox);
|
|
|
| - LayoutSVGInlineText& text = toLayoutSVGInlineText(textBox->renderer());
|
| + LayoutSVGInlineText& text = toLayoutSVGInlineText(textBox->layoutObject());
|
| ASSERT(text.parent());
|
| ASSERT(text.parent()->node());
|
| ASSERT(text.parent()->node()->isSVGElement());
|
|
|