| Index: Source/core/layout/svg/line/SVGInlineTextBox.cpp
|
| diff --git a/Source/core/layout/svg/line/SVGInlineTextBox.cpp b/Source/core/layout/svg/line/SVGInlineTextBox.cpp
|
| index d25054acc29aa4de6c71a57e112560daccff16a5..034a1b84dc2c7f6cd2d9571151e1a393f0dd02d4 100644
|
| --- a/Source/core/layout/svg/line/SVGInlineTextBox.cpp
|
| +++ b/Source/core/layout/svg/line/SVGInlineTextBox.cpp
|
| @@ -162,7 +162,7 @@ LayoutRect SVGInlineTextBox::localSelectionRect(int startPosition, int endPositi
|
|
|
| // FIXME: the call to rawValue() below is temporary and should be removed once the transition
|
| // to LayoutUnit-based types is complete (crbug.com/321237)
|
| - return enclosingIntRect(selectionRect.rawValue());
|
| + return LayoutRect(enclosingIntRect(selectionRect.rawValue()));
|
| }
|
|
|
| void SVGInlineTextBox::paint(const PaintInfo& paintInfo, const LayoutPoint& paintOffset, LayoutUnit, LayoutUnit)
|
|
|