| Index: Source/core/rendering/svg/SVGTextQuery.cpp
|
| diff --git a/Source/core/rendering/svg/SVGTextQuery.cpp b/Source/core/rendering/svg/SVGTextQuery.cpp
|
| index 1166d35278f4472125feb0967a884f2b0b145144..c871f3be14b1d34b5a917ec6e25bd4fd43d33184 100644
|
| --- a/Source/core/rendering/svg/SVGTextQuery.cpp
|
| +++ b/Source/core/rendering/svg/SVGTextQuery.cpp
|
| @@ -99,7 +99,7 @@ void SVGTextQuery::collectTextBoxesInFlowBox(InlineFlowBox* flowBox)
|
| }
|
|
|
| if (child->isSVGInlineTextBox())
|
| - m_textBoxes.append(static_cast<SVGInlineTextBox*>(child));
|
| + m_textBoxes.append(toSVGInlineTextBox(child));
|
| }
|
| }
|
|
|
|
|