Bug 253156
| Summary: | Prefer make_unique over std::unique_ptr | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Seija K. <gfunni234> |
| Component: | Web Template Framework | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Seija K.
std::unique_ptr is just calling std::make_unique, when we have WTF::makeUnique for this purpose.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Seija K.
Pull request: https://github.com/WebKit/WebKit/pull/10687
Radar WebKit Bug Importer
<rdar://problem/106427501>
Seija K.
Pull request: https://github.com/WebKit/WebKit/pull/11405
EWS
Committed 262084@main (f953a3491357): <https://commits.webkit.org/262084@main>
Reviewed commits have been landed. Closing PR #11405 and removing active labels.