RESOLVED FIXED 177706
Add makeWeakPtr for easier WeakPtr construction
https://bugs.webkit.org/show_bug.cgi?id=177706
Summary Add makeWeakPtr for easier WeakPtr construction
Antti Koivisto
Reported 2017-09-30 01:48:53 PDT
Better WeakPtr construction.
Attachments
patch (8.08 KB, patch)
2017-09-30 02:07 PDT, Antti Koivisto
sam: review+
patch (7.73 KB, patch)
2017-09-30 04:42 PDT, Antti Koivisto
no flags
Antti Koivisto
Comment 1 2017-09-30 02:07:58 PDT
Sam Weinig
Comment 2 2017-09-30 02:16:39 PDT
Comment on attachment 322291 [details] patch r=me. I would separate out the operator bool change, since that will probably require some API test changes.
Antti Koivisto
Comment 3 2017-09-30 04:42:58 PDT
WebKit Commit Bot
Comment 4 2017-09-30 06:44:07 PDT
Comment on attachment 322294 [details] patch Clearing flags on attachment: 322294 Committed r222682: <http://trac.webkit.org/changeset/222682>
WebKit Commit Bot
Comment 5 2017-09-30 06:44:09 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 6 2017-09-30 06:45:30 PDT
Ryosuke Niwa
Comment 7 2017-09-30 13:11:33 PDT
We can also add variants of makeWeakPtr which takes RefPtr & Ref!
Note You need to log in before you can comment on or make changes to this bug.