Changeset 196503 in webkit


Ignore:
Timestamp:
Feb 12, 2016 1:52:17 PM (8 years ago)
Author:
achristensen@apple.com
Message:

Fix non-internal builds when using NetworkSession
https://bugs.webkit.org/show_bug.cgi?id=152285

  • platform/spi/cf/CFNetworkSPI.h:

Add SPI declaration used in r194156.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r196495 r196503  
     12016-02-12  Alex Christensen  <achristensen@webkit.org>
     2
     3        Fix non-internal builds when using NetworkSession
     4        https://bugs.webkit.org/show_bug.cgi?id=152285
     5
     6        * platform/spi/cf/CFNetworkSPI.h:
     7        Add SPI declaration used in r194156.
     8
    192016-02-12  Andreas Kling  <akling@apple.com>
    210
  • trunk/Source/WebCore/platform/spi/cf/CFNetworkSPI.h

    r194378 r196503  
    9797- (NSDictionary *)_timingData;
    9898@end
     99
     100#if PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101100
     101@interface NSURLSessionConfiguration ()
     102@property (assign) _TimingDataOptions _timingDataOptions;
     103@end
     104#endif
     105
    99106#endif
    100107
Note: See TracChangeset for help on using the changeset viewer.