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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 11 19:58:23 PDT 2019


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

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

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

> Source/WebCore/platform/network/curl/CurlResourceHandleDelegate.cpp:-112
> -    m_response.setCertificateInfo(request.certificateInfo().isolatedCopy());

So, I mean 
m_response.setCertificateInfo(WTFMove(receivedResponse.certificateInfo));

-- 
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/8ff532bf/attachment-0001.html>


More information about the webkit-unassigned mailing list