Changeset 250241 in webkit


Ignore:
Timestamp:
Sep 23, 2019 10:53:39 AM (5 years ago)
Author:
Brent Fulgham
Message:

Unreviewed WinCairo/FTW Build fix after r250192.

  • platform/network/curl/CurlDownload.cpp:

(WebCore::CurlDownload::createCurlRequest):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r250240 r250241  
     12019-09-23  Brent Fulgham  <bfulgham@apple.com>
     2
     3        Unreviewed WinCairo/FTW Build fix after r250192.
     4
     5        * platform/network/curl/CurlDownload.cpp:
     6        (WebCore::CurlDownload::createCurlRequest):
     7
    182019-09-23  Zalan Bujtas  <zalan@apple.com>
    29
  • trunk/Source/WebCore/platform/network/curl/CurlDownload.cpp

    r248854 r250241  
    7878{
    7979    // FIXME: Use a correct sessionID.
    80     auto curlRequest = CurlRequest::create(request, *this, PAL::SessionID::defaultSessionID());
     80    auto curlRequest = CurlRequest::create(request, *this);
    8181    return curlRequest;
    8282}
Note: See TracChangeset for help on using the changeset viewer.