Bug 251440

Summary: Use CheckedPtr for m_preloads in CachedResourceLoader
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Page LoadingAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED WONTFIX    
Severity: Normal CC: beidson
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   

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