https://bugs.webkit.org/show_bug.cgi?id=111305
Patch by peavo@outlook.com <peavo@outlook.com> on 2013-03-04
Reviewed by Brent Fulgham.
* platform/network/curl/ResourceRequest.h:
(WebCore::ResourceRequest::cfURLRequest): Added new parameter.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@144634
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-03-04 peavo@outlook.com <peavo@outlook.com>
+
+ [Curl] Compile fix after r144216
+ https://bugs.webkit.org/show_bug.cgi?id=111305
+
+ Reviewed by Brent Fulgham.
+
+ * platform/network/curl/ResourceRequest.h:
+ (WebCore::ResourceRequest::cfURLRequest): Added new parameter.
+
2013-03-03 David Hyatt <hyatt@apple.com>
[New Multicolumn] Make sure region styling works for columns inside regions.
void updateFromDelegatePreservingOldHTTPBody(const ResourceRequest& delegateProvidedRequest) { *this = delegateProvidedRequest; }
// Needed for compatibility.
- CFURLRequestRef cfURLRequest() const { return 0; }
+ CFURLRequestRef cfURLRequest(HTTPBodyUpdatePolicy) const { return 0; }
// The following two stubs are for compatibility with CFNetwork, and are not used.
static bool httpPipeliningEnabled() { return false; }