| Index: Source/core/rendering/svg/RenderSVGInlineText.cpp
|
| diff --git a/Source/core/rendering/svg/RenderSVGInlineText.cpp b/Source/core/rendering/svg/RenderSVGInlineText.cpp
|
| index 6b620aa11e69d25b21ec844e96221204d4d4ffb5..865e569ca63c04466105f0cc16d445a3af2d64e0 100644
|
| --- a/Source/core/rendering/svg/RenderSVGInlineText.cpp
|
| +++ b/Source/core/rendering/svg/RenderSVGInlineText.cpp
|
| @@ -179,7 +179,7 @@ VisiblePosition RenderSVGInlineText::positionForPoint(const LayoutPoint& point)
|
| if (!box->isSVGInlineTextBox())
|
| continue;
|
|
|
| - SVGInlineTextBox* textBox = static_cast<SVGInlineTextBox*>(box);
|
| + SVGInlineTextBox* textBox = toSVGInlineTextBox(box);
|
| Vector<SVGTextFragment>& fragments = textBox->textFragments();
|
|
|
| unsigned textFragmentsSize = fragments.size();
|
|
|