[Webkit-unassigned] [Bug 143872] [SOUP] Add initial implementation of NetworkProcess disk cache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 26 17:24:22 PDT 2015


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

--- Comment #27 from Martin Robinson <mrobinson at webkit.org> ---
Comment on attachment 251679
  --> https://bugs.webkit.org/attachment.cgi?id=251679
Patch

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

> Source/WebKit2/NetworkProcess/cache/NetworkCacheIOChannelSoup.cpp:119
> +    userData = asyncData.release();

You should be able to avoid this assignment by passing ayncData.release() directly.

> Source/WebKit2/NetworkProcess/cache/NetworkCacheIOChannelSoup.cpp:192
> +    userData = asyncData.release();

Ditto.

-- 
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/20150427/eca10984/attachment.html>


More information about the webkit-unassigned mailing list