[Webkit-unassigned] [Bug 146460] Media Session: implement algorithm for updating a media element's session (6.1)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 30 11:01:25 PDT 2015


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

Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #255831|review?                     |review+
              Flags|                            |

--- Comment #3 from Darin Adler <darin at apple.com> ---
Comment on attachment 255831
  --> https://bugs.webkit.org/attachment.cgi?id=255831
Patch

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

> Source/WebCore/html/HTMLMediaElement.cpp:6490
> +    ASSERT_ARG(session, session);

If the function requires a non-null pointer, then the type it takes should be MediaSession&, not MediaSession*.

-- 
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/20150630/cd83b389/attachment.html>


More information about the webkit-unassigned mailing list