Bug 251440
| Summary: | Use CheckedPtr for m_preloads in CachedResourceLoader | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
| Component: | Page Loading | Assignee: | Ryosuke Niwa <rniwa> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | beidson |
| Priority: | P2 | ||
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ryosuke Niwa
CachedResourceLoader should not be using a ListHashSet of raw pointers.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Pull request: https://github.com/WebKit/WebKit/pull/9386