[Webkit-unassigned] [Bug 146840] Media Session: handle 'Transient' and 'Transient Solo' interruption events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 16 16:33:46 PDT 2015


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

--- Comment #6 from Matt Rajca <mrajca at apple.com> ---
(In reply to comment #5)
> Comment on attachment 256922 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=256922&action=review
> 
> > Source/WebCore/Modules/mediasession/MediaSession.cpp:252
> > +    m_currentState = State::Interrupted;
> 
> Shouldn't this be "Active"?
> 
> > Source/WebCore/Modules/mediasession/MediaSession.cpp:257
> > +    m_currentState = State::Active;
> 
> Shouldn't this be "Interrupted"?

Yes, for both. These got mixed up when I was moving things around.

-- 
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/20150716/28205958/attachment.html>


More information about the webkit-unassigned mailing list