[Webkit-unassigned] [Bug 205460] Update TrackBase to store m_mediaElement as a WeakPtr
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Dec 20 13:52:20 PST 2019
https://bugs.webkit.org/show_bug.cgi?id=205460
--- Comment #19 from Ryosuke Niwa <rniwa at webkit.org> ---
(In reply to Darin Adler from comment #18)
> So then I guess the arguments should be raw pointers or references and the
> return value types from the getters should be RefPtr.
It could be or the caller of those functions could make RefPtr/Ref. One additional exception we’re considering is to allow chaining like: m_document.frame().page() in the case member function is trivial.
--
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/20191220/c4332257/attachment-0001.htm>
More information about the webkit-unassigned
mailing list