diff options
Diffstat (limited to 'Source/WebCore/editing/FrameSelection.cpp')
| -rw-r--r-- | Source/WebCore/editing/FrameSelection.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/editing/FrameSelection.cpp b/Source/WebCore/editing/FrameSelection.cpp index 2e5d37537..f0e249a8d 100644 --- a/Source/WebCore/editing/FrameSelection.cpp +++ b/Source/WebCore/editing/FrameSelection.cpp @@ -1280,6 +1280,7 @@ static LayoutRect repaintRectForCaret(LayoutRect caret) // Ensure that the dirty rect intersects the block that paints the caret even in the case where // the caret itself is just outside the block. See <https://bugs.webkit.org/show_bug.cgi?id=19086>. caret.inflateX(1); + caret.inflateY(1); return caret; } |
