Bug 239903 - Reduce usage of std::unique_ptr<HashSet> / std::unique_ptr<HashMap>
Summary: Reduce usage of std::unique_ptr<HashSet> / std::unique_ptr<HashMap>
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-04-29 09:50 PDT by Chris Dumez
Modified: 2022-04-29 16:25 PDT (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 Chris Dumez 2022-04-29 09:50:48 PDT
Reduce usage of std::unique_ptr<HashSet> / std::unique_ptr<HashMap> as HashSet / HashMap are already essentially pointers. This avoids some unnecessary dereferencing.
Comment 1 Chris Dumez 2022-04-29 09:53:36 PDT
Pull request: https://github.com/WebKit/WebKit/pull/439
Comment 2 EWS 2022-04-29 16:24:00 PDT
Committed r293637 (250141@main): <https://commits.webkit.org/250141@main>

Reviewed commits have been landed. Closing PR #439 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-04-29 16:25:19 PDT
<rdar://problem/92548954>