| 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 fb74f9b5a8a5195b8127bfc8acea07456f761082..32461f42fa6e1f0683a1e46d86ce442c0d17207d 100644
|
| --- a/third_party/WebKit/Source/core/editing/Editor.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/Editor.cpp
|
| @@ -1118,7 +1118,7 @@ void Editor::changeSelectionAfterCommand(const VisibleSelection& newSelection,
|
|
|
| IntRect Editor::firstRectForRange(const EphemeralRange& range) const
|
| {
|
| - LayoutUnit extraWidthToEndOfLine = 0;
|
| + LayoutUnit extraWidthToEndOfLine;
|
| ASSERT(range.isNotNull());
|
|
|
| IntRect startCaretRect = RenderedPosition(createVisiblePosition(range.startPosition()).deepEquivalent(), TextAffinity::Downstream).absoluteRect(&extraWidthToEndOfLine);
|
|
|