[webkit-reviews] review granted: [Bug 199256] Clean up WebCookieManager : [Attachment 373045] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 27 13:11:13 PDT 2019


Michael Catanzaro <mcatanzaro at igalia.com> has granted Alex Christensen
<achristensen at apple.com>'s request for review:
Bug 199256: Clean up WebCookieManager
https://bugs.webkit.org/show_bug.cgi?id=199256

Attachment 373045: Patch

https://bugs.webkit.org/attachment.cgi?id=373045&action=review




--- Comment #10 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Comment on attachment 373045
  --> https://bugs.webkit.org/attachment.cgi?id=373045
Patch

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

> Source/WebKit/UIProcess/WebCookieManagerProxy.cpp:156
> +   
processPool()->sendToNetworkingProcessWithAsyncReply(Messages::WebCookieManager
::GetCookies(sessionID, url), [completionHandler = WTFMove(completionHandler),
token = WTFMove(token)] (Vector<Cookie>&& cookies) mutable {
> +	   completionHandler(WTFMove(cookies));

OK, I see you fixed it already.


More information about the webkit-reviews mailing list