Changeset 144634 in webkit


Ignore:
Timestamp:
Mar 4, 2013 8:50:01 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

[Curl] Compile fix after r144216
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.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r144633 r144634  
     12013-03-04  peavo@outlook.com  <peavo@outlook.com>
     2
     3        [Curl] Compile fix after r144216
     4        https://bugs.webkit.org/show_bug.cgi?id=111305
     5
     6        Reviewed by Brent Fulgham.
     7
     8        * platform/network/curl/ResourceRequest.h:
     9        (WebCore::ResourceRequest::cfURLRequest): Added new parameter.
     10
    1112013-03-03  David Hyatt  <hyatt@apple.com>
    212
  • trunk/Source/WebCore/platform/network/curl/ResourceRequest.h

    r144216 r144634  
    6565
    6666        // Needed for compatibility.
    67         CFURLRequestRef cfURLRequest() const { return 0; }
     67        CFURLRequestRef cfURLRequest(HTTPBodyUpdatePolicy) const { return 0; }
    6868
    6969        // The following two stubs are for compatibility with CFNetwork, and are not used.
Note: See TracChangeset for help on using the changeset viewer.