[webkit-changes] [WebKit/WebKit] f3a7c0: LocalFrameView::textFragmentIndicatorTimerFired() ...
Simon Fraser
noreply at github.com
Wed Aug 2 08:47:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f3a7c01df2b513919903c9784ea9fa3cf842ce29
https://github.com/WebKit/WebKit/commit/f3a7c01df2b513919903c9784ea9fa3cf842ce29
Author: Simon Fraser <simon.fraser at apple.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M Source/WebCore/page/LocalFrameView.cpp
Log Message:
-----------
LocalFrameView::textFragmentIndicatorTimerFired() should not use RenderFlexibleBox::absoluteTextRects()
https://bugs.webkit.org/show_bug.cgi?id=259718
rdar://113239175
Reviewed by Richard Robinson.
We can use use RenderObject::absoluteTextRects(). Also do a bit of tidyup, moving the `!localMainFrame`
early return up, and using more `auto`.
* Source/WebCore/page/LocalFrameView.cpp:
(WebCore::LocalFrameView::textFragmentIndicatorTimerFired):
Canonical link: https://commits.webkit.org/266512@main
More information about the webkit-changes
mailing list