Bug 239903
| Summary: | Reduce usage of std::unique_ptr<HashSet> / std::unique_ptr<HashMap> | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | WebCore Misc. | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Chris Dumez
Reduce usage of std::unique_ptr<HashSet> / std::unique_ptr<HashMap> as HashSet / HashMap are already essentially pointers. This avoids some unnecessary dereferencing.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/439
EWS
Committed r293637 (250141@main): <https://commits.webkit.org/250141@main>
Reviewed commits have been landed. Closing PR #439 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/92548954>