| Index: Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| diff --git a/Source/core/rendering/svg/SVGInlineTextBox.cpp b/Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| index ce4e89cd9a28513c1af3830a129c4a861367e786..c52e4ca7c36ce5175f5270c415963c7b0f91b66c 100644
|
| --- a/Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| +++ b/Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| @@ -662,7 +662,7 @@ void SVGInlineTextBox::paintText(GraphicsContext* context, RenderStyle* style,
|
| if (style != selectionStyle) {
|
| StyleDifference diff;
|
| diff.setNeedsPaintInvalidationObject();
|
| - SVGResourcesCache::clientStyleChanged(&parent()->renderer(), diff, selectionStyle);
|
| + SVGResourcesCache::clientStyleChanged(&parent()->renderer(), diff, style);
|
| }
|
|
|
| // Eventually draw text using regular style from the end position of the selection to the end of the current chunk part
|
|
|