Bug 259718 - LocalFrameView::textFragmentIndicatorTimerFired() should not use RenderFlexibleBox::absoluteTextRects()
Summary: LocalFrameView::textFragmentIndicatorTimerFired() should not use RenderFlexib...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: Safari 16
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-08-01 18:02 PDT by Simon Fraser (smfr)
Modified: 2023-08-02 08:47 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.