Index: Source/core/rendering/svg/SVGInlineFlowBox.cpp |
diff --git a/Source/core/rendering/svg/SVGInlineFlowBox.cpp b/Source/core/rendering/svg/SVGInlineFlowBox.cpp |
index b93687ae0beb3f001b5f8dc7c44b519d52dddbb0..66b93be57176fadccf5a5c4143b7062cdcd94982 100644 |
--- a/Source/core/rendering/svg/SVGInlineFlowBox.cpp |
+++ b/Source/core/rendering/svg/SVGInlineFlowBox.cpp |
@@ -43,7 +43,7 @@ void SVGInlineFlowBox::paintSelectionBackground(PaintInfo& paintInfo) |
if (child->isSVGInlineTextBox()) |
toSVGInlineTextBox(child)->paintSelectionBackground(childPaintInfo); |
else if (child->isSVGInlineFlowBox()) |
- static_cast<SVGInlineFlowBox*>(child)->paintSelectionBackground(childPaintInfo); |
+ toSVGInlineFlowBox(child)->paintSelectionBackground(childPaintInfo); |
} |
} |