RESOLVED FIXED 253156
Prefer make_unique over std::unique_ptr
https://bugs.webkit.org/show_bug.cgi?id=253156
Summary Prefer make_unique over std::unique_ptr
Seija K.
Reported 2023-03-01 07:50:04 PST
std::unique_ptr is just calling std::make_unique, when we have WTF::makeUnique for this purpose.
Attachments
Seija K.
Comment 1 2023-03-01 07:51:31 PST
Radar WebKit Bug Importer
Comment 2 2023-03-08 07:51:16 PST
Seija K.
Comment 3 2023-03-13 06:26:26 PDT
EWS
Comment 4 2023-03-24 11:06:21 PDT
Committed 262084@main (f953a3491357): <https://commits.webkit.org/262084@main> Reviewed commits have been landed. Closing PR #11405 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.