[Webkit-unassigned] [Bug 145581] Add basic Media Session support to HTMLMediaElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 3 20:14:23 PDT 2015


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

--- Comment #22 from Eric Carlson <eric.carlson at apple.com> ---
(In reply to comment #20)
> Comment on attachment 254216 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=254216&action=review
> 
> > Source/WebCore/Modules/mediasession/HTMLMediaElementMediaSession.cpp:49
> > +    isNull = !session;
> 
> Why is this necessary, when the client can simply check the returned
> variable?

That is the way our binding generator handles nullable types [1].

[1] http://www.w3.org/TR/WebIDL/#idl-nullable-type

-- 
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/20150604/379769c8/attachment.html>


More information about the webkit-unassigned mailing list