Bug 315446
| Summary: | Use OrderedHashSet instead of ListHashSet in FontCache.h | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | zak ridouh <zakr> |
| Component: | New Bugs | Assignee: | zak ridouh <zakr> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | ntim, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
zak ridouh
OrderedHashSet is faster & equivalent to ListHashSet. Use it instead.
There is no call site that edits the set while iterating over it, so the conversion is safe.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/177807071>
zak ridouh
Pull request: https://github.com/WebKit/WebKit/pull/65555
Tim Nguyen (:ntim)
*** This bug has been marked as a duplicate of bug 315400 ***