[Webkit-unassigned] [Bug 198747] [WinCairo] Make objects used in CurlRequest thread safe.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 12 02:21:21 PDT 2019


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

Fujii Hironori <Hironori.Fujii at sony.com> changed:

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

--- Comment #14 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Comment on attachment 371936
  --> https://bugs.webkit.org/attachment.cgi?id=371936
Patch

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

> Source/WebCore/ChangeLog:3
> +        [WinCairo] Make objects used in CurlRequest thread safe.

This patch doen't "Make objects used in CurlRequest thread safe".

> Source/WebCore/ChangeLog:7
> +

Please add a description what you did.

> Source/WebCore/platform/network/curl/CurlRequest.cpp:611
> +    callClient([response = response.isolatedCopy()](CurlRequest& request, CurlRequestClient& client) mutable {

You should replace this isolatedCopy with WTFMove in the future. Please add a comment at the moment.

-- 
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/20190612/227b25d2/attachment.html>


More information about the webkit-unassigned mailing list