[Webkit-unassigned] [Bug 145806] Implement MediaSessionManager to keep track of all MediaSessions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 9 14:00:46 PDT 2015


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

--- Comment #7 from Matt Rajca <mrajca at apple.com> ---
(In reply to comment #6)
> Comment on attachment 254585 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=254585&action=review
> 
> > Source/WebCore/Modules/mediasession/MediaSessionManager.h:41
> > +    const HashSet<MediaSession*>& sessions() const { return m_sessions; }
> 
> Is there any reason to not make this private?

I have other uncommitted code here locally that requires it to be public, but that is probably going to get refactored anyway. I'll remove the accessor for now.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150609/f52cc7b7/attachment.html>


More information about the webkit-unassigned mailing list