Bug 254676
| Summary: | Avoid having a smart pointer if the end result is an autoreleased object | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Seija K. <gfunni234> |
| Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Seija K.
Many convenience initializers can do this for us, which also means we do not have to use .get(), and we can decrease the overall cost as the Apple APIs deal with the autoreleasing.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Seija K.
Pull request: https://github.com/WebKit/WebKit/pull/12124
Radar WebKit Bug Importer
<rdar://problem/107670789>
Alexey Proskuryakov
This PR appear to have been dropped.