[Webkit-unassigned] [Bug 147802] Media Session: notify the UI process when media controls are enabled/disabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 10 19:15:36 PDT 2015


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

Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #258682|review?                     |review-
              Flags|                            |

--- Comment #9 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 258682
  --> https://bugs.webkit.org/attachment.cgi?id=258682
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=258682&action=review

> Source/WebCore/Modules/mediasession/MediaRemoteControls.h:67
> +    MediaSession* m_session { nullptr };

You're storing a raw pointer to the MediaSession, but MediaRemoteControls is refCounted, so I see nothing that clears the pointer if MediaSession is destroyed before MediaRemoteControls.

-- 
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/20150811/c589170d/attachment.html>


More information about the webkit-unassigned mailing list