| Index: Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| diff --git a/Source/core/rendering/svg/SVGInlineTextBox.cpp b/Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| index e700ac2ee60fccae4b9b395b465c6340992dd16a..cb8ae2521e5c54708a33f6e660f9c1c345fe2a92 100644
|
| --- a/Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| +++ b/Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| @@ -244,8 +244,8 @@ void SVGInlineTextBox::paintSelectionBackground(PaintInfo& paintInfo)
|
| if (!fragmentTransform.isIdentity())
|
| paintInfo.context->concatCTM(fragmentTransform);
|
|
|
| - paintInfo.context->setFillColor(backgroundColor, style->colorSpace());
|
| - paintInfo.context->fillRect(selectionRectForTextFragment(fragment, fragmentStartPosition, fragmentEndPosition, style), backgroundColor, style->colorSpace());
|
| + paintInfo.context->setFillColor(backgroundColor);
|
| + paintInfo.context->fillRect(selectionRectForTextFragment(fragment, fragmentStartPosition, fragmentEndPosition, style), backgroundColor);
|
|
|
| m_paintingResourceMode = ApplyToDefaultMode;
|
| }
|
|
|