| Index: Source/core/rendering/RootInlineBox.cpp
 | 
| diff --git a/Source/core/rendering/RootInlineBox.cpp b/Source/core/rendering/RootInlineBox.cpp
 | 
| index d6367fcc98444c7c9b383dfb8ed651e2fe74d523..b2e5a31f1bafce93e1f835cbb85427d0efe05304 100644
 | 
| --- a/Source/core/rendering/RootInlineBox.cpp
 | 
| +++ b/Source/core/rendering/RootInlineBox.cpp
 | 
| @@ -464,7 +464,7 @@ GapRects RootInlineBox::lineSelectionGap(RenderBlock* rootBlock, const LayoutPoi
 | 
|                  LayoutRect gapRect = rootBlock->logicalRectToPhysicalRect(rootBlockPhysicalPosition, logicalRect);
 | 
|                  if (isPreviousBoxSelected && gapRect.width() > 0 && gapRect.height() > 0) {
 | 
|                      if (paintInfo && box->parent()->renderer()->style()->visibility() == VISIBLE)
 | 
| -                        paintInfo->context->fillRect(gapRect, box->parent()->renderer()->selectionBackgroundColor(), box->parent()->renderer()->style()->colorSpace());
 | 
| +                        paintInfo->context->fillRect(gapRect, box->parent()->renderer()->selectionBackgroundColor());
 | 
|                      // VisibleSelection may be non-contiguous, see comment above.
 | 
|                      result.uniteCenter(gapRect);
 | 
|                  }
 | 
| 
 |