Bug 259718

Summary: LocalFrameView::textFragmentIndicatorTimerFired() should not use RenderFlexibleBox::absoluteTextRects()
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: DOMAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari 16   
Hardware: Unspecified   
OS: Unspecified   

Description Simon Fraser (smfr) 2023-08-01 18:02:41 PDT
absoluteTextRects() is a static function on RenderObject, so just use that.
Comment 1 Radar WebKit Bug Importer 2023-08-01 18:02:58 PDT
<rdar://problem/113239175>
Comment 2 Simon Fraser (smfr) 2023-08-01 18:04:42 PDT
Pull request: https://github.com/WebKit/WebKit/pull/16300
Comment 3 EWS 2023-08-02 08:47:13 PDT
Committed 266512@main (f3a7c01df2b5): <https://commits.webkit.org/266512@main>

Reviewed commits have been landed. Closing PR #16300 and removing active labels.