Bug 251440 - Use CheckedPtr for m_preloads in CachedResourceLoader
Summary: Use CheckedPtr for m_preloads in CachedResourceLoader
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-31 09:31 PST by Ryosuke Niwa
Modified: 2023-02-01 21:24 PST (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 Ryosuke Niwa 2023-01-31 09:31:56 PST
CachedResourceLoader should not be using a ListHashSet of raw pointers.
Comment 1 Ryosuke Niwa 2023-01-31 09:35:25 PST
Pull request: https://github.com/WebKit/WebKit/pull/9386