Changeset 207231 in webkit


Ignore:
Timestamp:
Oct 12, 2016 12:03:26 PM (7 years ago)
Author:
Brent Fulgham
Message:

[Win] Unreviewed build fix after r207218.

The CQ-landed patch used the old USE(CFNETWORK) compiler guard.
It should be using USE(CFURLCONNECTION).

  • WebCache.cpp: Missed one!
Location:
trunk/Source/WebKit/win
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/win/ChangeLog

    r207223 r207231  
     12016-10-12  Brent Fulgham  <bfulgham@apple.com>
     2
     3        [Win] Unreviewed build fix after r207218.
     4
     5        The CQ-landed patch used the old USE(CFNETWORK) compiler guard.
     6        It should be using USE(CFURLCONNECTION).
     7
     8        * WebCache.cpp: Missed one!
     9
    1102016-10-12  Brent Fulgham  <bfulgham@apple.com>
    211
  • trunk/Source/WebKit/win/WebCache.cpp

    r207223 r207231  
    3636#if USE(CURL)
    3737#include <WebCore/CurlCacheManager.h>
    38 #elif USE(CFNETWORK)
     38#elif USE(CFURLCONNECTION)
    3939#include <CFNetwork/CFURLCachePriv.h>
    4040#include <WebKitSystemInterface/WebKitSystemInterface.h>
Note: See TracChangeset for help on using the changeset viewer.