Bug 262419 - Use a WeakHashSet for Page::m_relevantUnpaintedRenderObjects
Summary: Use a WeakHashSet for Page::m_relevantUnpaintedRenderObjects
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-09-29 17:37 PDT by Chris Dumez
Modified: 2023-09-29 22:51 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2023-09-29 17:37:27 PDT
Use a WeakHashSet for Page::m_relevantUnpaintedRenderObjects instead of storing raw pointers in a HashSet.
Comment 1 Chris Dumez 2023-09-29 18:25:33 PDT
Pull request: https://github.com/WebKit/WebKit/pull/18454
Comment 2 EWS 2023-09-29 22:50:53 PDT
Committed 268690@main (2f9e2447e6bf): <https://commits.webkit.org/268690@main>

Reviewed commits have been landed. Closing PR #18454 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-09-29 22:51:14 PDT
<rdar://problem/116272088>