[Webkit-unassigned] [Bug 143056] Use std::unique_ptr instead of PassOwnPtr|OwnPtr for ResourceResponse

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 11 07:49:16 PDT 2015


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

--- Comment #6 from Gyuyoung Kim <gyuyoung.kim at webkit.org> ---
Comment on attachment 249460
  --> https://bugs.webkit.org/attachment.cgi?id=249460
Patch

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

> Source/WebCore/loader/WorkerThreadableLoader.cpp:93
> +    CrossThreadResourceRequestData* requestData = request.copyData().release();

Why do you change auto with CrossThreadResourceRequestData* ?

> Source/WebCore/loader/WorkerThreadableLoader.cpp:163
> +    CrossThreadResourceResponseData* responseData = response.copyData().release();

*auto* instead of CrossThreadResourceResponseData* ?

-- 
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/20150411/d8b2e71c/attachment.html>


More information about the webkit-unassigned mailing list