[Webkit-unassigned] [Bug 177803] Fix MSVC build with ENCRYPTED_MEDIA enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 3 01:58:02 PDT 2017


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

Yoshiaki Jitsukawa <Yoshiaki.Jitsukawa at sony.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ggaren at apple.com,
                   |                            |Yoshiaki.Jitsukawa at sony.com
                   |                            |, zalan at apple.com

--- Comment #2 from Yoshiaki Jitsukawa <Yoshiaki.Jitsukawa at sony.com> ---
MSVC fails to compile lambda capture lists like this:
 [this, weakThis = m_weakPtrFactory.createWeakPtr(*this), promise = WTFMove(promise)]
so with the patch weakThis is created outside of the capture list.

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


More information about the webkit-unassigned mailing list