[Webkit-unassigned] [Bug 186269] Make it possible to track unbalanced ref()/deref()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 4 22:35:31 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=186269

--- Comment #5 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
(In reply to Darin Adler from comment #3)
> I would prefer to fix call
> sites by having them use RefPtr and Ref more rather than by decorating calls
> to ref and deref with additional macro arguments.

Most of the code changes are where classes are implementing ref() and deref(). We could either make macros to declare ref() and deref(), or maybe encode more common patterns in templatized classes like RefCounted<>.

-- 
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/20180605/4ae505eb/attachment-0001.html>


More information about the webkit-unassigned mailing list