Bug 230464 - Stop using makeRef(*this) / makeRefPtr(this)
Summary: Stop using makeRef(*this) / makeRefPtr(this)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-09-19 11:16 PDT by Chris Dumez
Modified: 2021-09-20 10:18 PDT (History)
52 users (show)

See Also:


Attachments
Patch (628.00 KB, patch)
2021-09-19 11:20 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2021-09-19 11:16:14 PDT
Stop using makeRef(*this) / makeRefPtr(this) and use Ref { *this } / RefPtr { this } instead.
Comment 1 Chris Dumez 2021-09-19 11:20:03 PDT
Created attachment 438604 [details]
Patch
Comment 2 EWS Watchlist 2021-09-19 16:19:31 PDT
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See https://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Comment 3 EWS 2021-09-20 10:17:50 PDT
Committed r282755 (241892@main): <https://commits.webkit.org/241892@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 438604 [details].
Comment 4 Radar WebKit Bug Importer 2021-09-20 10:18:25 PDT
<rdar://problem/83312240>