Add deduction guide to RetainPtr, use constexpr a bit more, and streamline the implementation
Created attachment 435044 [details] Patch
Comment on attachment 435044 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=435044&action=review > Source/WebKit/UIProcess/mac/WKTextFinderClient.mm:230 > _findReplyCallbacks.append([progress, copiedResultCollector] (NSArray *matches, bool didWrap) { Just realized this should move the progress in, instead of copying.
Committed r280952 (240458@main): <https://commits.webkit.org/240458@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 435044 [details].
<rdar://problem/81824803>
Follow-up build fix: https://commits.webkit.org/240475@main