| Index: third_party/WebKit/Source/core/editing/Editor.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/Editor.cpp b/third_party/WebKit/Source/core/editing/Editor.cpp
|
| index 91df8d4815b927adecc3f63cd6212657ff8bc16b..86376b21eec5af15966f5949931c02daf5ccb9a1 100644
|
| --- a/third_party/WebKit/Source/core/editing/Editor.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/Editor.cpp
|
| @@ -1173,7 +1173,7 @@ IntRect Editor::firstRectForRange(const EphemeralRange& range) const
|
| // start and end aren't on the same line, so go from start to the end of its line
|
| return IntRect(startCaretRect.x(),
|
| startCaretRect.y(),
|
| - startCaretRect.width() + extraWidthToEndOfLine,
|
| + (startCaretRect.width() + extraWidthToEndOfLine).toInt(),
|
| startCaretRect.height());
|
| }
|
|
|
|
|