[webkit-reviews] review granted: [Bug 63012] HTTP pipelining functions on mac should match windows : [Attachment 97866] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 20 15:23:48 PDT 2011


David Kilzer (ddkilzer) <ddkilzer at webkit.org> has granted Pratik Solanki
<psolanki at apple.com>'s request for review:
Bug 63012: HTTP pipelining functions on mac should match windows
https://bugs.webkit.org/show_bug.cgi?id=63012

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

------- Additional Comments from David Kilzer (ddkilzer) <ddkilzer at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=97866&action=review

r=me

> Source/WebCore/platform/mac/WebCoreSystemInterface.h:195
> -extern void (*wkSetHTTPPipeliningPriority)(NSMutableURLRequest *, int
priority);
> +extern void (*wkSetHTTPPipeliningPriority)(CFURLRequestRef, int priority);

Thank you for cleaning that up for me.	:)


More information about the webkit-reviews mailing list