Bug 261436 - Use WeakHashSet<const Font> instead of HashSet<const Font*> for extra safety
Summary: Use WeakHashSet<const Font> instead of HashSet<const Font*> for extra safety
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-09-11 15:15 PDT by Chris Dumez
Modified: 2023-09-12 10:20 PDT (History)
1 user (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-11 15:15:54 PDT
Use WeakHashSet<const Font> instead of HashSet<const Font*> for extra safety.
Comment 1 Chris Dumez 2023-09-11 15:17:34 PDT
Pull request: https://github.com/WebKit/WebKit/pull/17671
Comment 2 EWS 2023-09-12 10:19:24 PDT
Committed 267905@main (1378f6bba165): <https://commits.webkit.org/267905@main>

Reviewed commits have been landed. Closing PR #17671 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-09-12 10:20:15 PDT
<rdar://problem/115368763>