Bug 261430

Summary: Use WeakHashSet<T> / ThreadSafeWeakHashSet<T> instead of HashSet<T*> more in WebCore
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebCore Misc.Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Chris Dumez 2023-09-11 14:22:43 PDT
Use WeakHashSet<T> / ThreadSafeWeakHashSet<T> instead of HashSet<T*> more in WebCore, for extra safety.
Comment 1 Chris Dumez 2023-09-11 14:24:08 PDT
Pull request: https://github.com/WebKit/WebKit/pull/17668
Comment 2 EWS 2023-09-12 12:33:27 PDT
Committed 267914@main (6ec1bbcc639f): <https://commits.webkit.org/267914@main>

Reviewed commits have been landed. Closing PR #17668 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-09-12 12:34:22 PDT
<rdar://problem/115379135>