[webkit-reviews] review granted: [Bug 134733] Add SharedBuffer::wrapCFDataArray() and use it : [Attachment 234573] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 9 11:56:12 PDT 2014


Antti Koivisto <koivisto at iki.fi> has granted Pratik Solanki
<psolanki at apple.com>'s request for review:
Bug 134733: Add SharedBuffer::wrapCFDataArray() and use it
https://bugs.webkit.org/show_bug.cgi?id=134733

Attachment 234573: Patch
https://bugs.webkit.org/attachment.cgi?id=234573&action=review

------- Additional Comments from Antti Koivisto <koivisto at iki.fi>
View in context: https://bugs.webkit.org/attachment.cgi?id=234573&action=review


> Source/WebCore/platform/network/mac/WebCoreResourceHandleAsDelegate.mm:200
> +    m_handle->client()->didReceiveBuffer(m_handle,
SharedBuffer::wrapCFDataArrat(reinterpret_cast<CFArrayRef>(dataArray)), -1);

Typo wrapCFDataArrat

Is this change unnecessary as it doesn't seem to be compiled?


More information about the webkit-reviews mailing list