[Webkit-unassigned] [Bug 205617] Add makeRefCounted<>
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Dec 28 11:58:21 PST 2019
https://bugs.webkit.org/show_bug.cgi?id=205617
--- Comment #3 from Sam Weinig <sam at webkit.org> ---
Created attachment 386472
--> https://bugs.webkit.org/attachment.cgi?id=386472&action=review
One potential way to keep constructors private/protected
Attaching one potential way to keep the constructors private/protected. Requires replacing create() functions with a WTF_MAKE_REF_COUNTED_CONSTRUCTABLE(NameOfClass) (ala WTF_MAKE_NONCOPYABLE, WTF_MAKE_ISO_ALLOCATED, etc).
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191228/8f9bdf52/attachment-0001.htm>
More information about the webkit-unassigned
mailing list