RESOLVED WONTFIX 254676
Avoid having a smart pointer if the end result is an autoreleased object
https://bugs.webkit.org/show_bug.cgi?id=254676
Summary Avoid having a smart pointer if the end result is an autoreleased object
Seija K.
Reported 2023-03-29 11:51:10 PDT
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
Seija K.
Comment 1 2023-03-29 11:57:41 PDT
Radar WebKit Bug Importer
Comment 2 2023-04-05 11:52:14 PDT
Alexey Proskuryakov
Comment 3 2024-07-23 12:39:54 PDT
This PR appear to have been dropped.
Note You need to log in before you can comment on or make changes to this bug.