⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 243390 in webkit


Ignore:
Timestamp:
Mar 22, 2019, 10:57:55 AM (7 years ago)
Author:
Ryan Haddad
Message:

Unreviewed, fix the build with recent SDKs.

  • NetworkProcess/cocoa/NetworkSessionCocoa.mm:

(stringForSSLProtocol):

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r243388 r243390  
     12019-03-21  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Unreviewed, fix the build with recent SDKs.
     4
     5        * NetworkProcess/cocoa/NetworkSessionCocoa.mm:
     6        (stringForSSLProtocol):
     7
    182019-03-22  Chris Dumez  <cdumez@apple.com>
    29
  • trunk/Source/WebKit/NetworkProcess/cocoa/NetworkSessionCocoa.mm

    r242764 r243390  
    107107{
    108108    switch (protocol) {
     109ALLOW_DEPRECATED_DECLARATIONS_BEGIN
    109110    case kDTLSProtocol1:
    110111        return "DTLS 1.0"_s;
     
    130131        return "Unknown";
    131132    case kTLSProtocolMaxSupported:
     133ALLOW_DEPRECATED_DECLARATIONS_END
    132134    default:
    133135        ASSERT_NOT_REACHED();
Note: See TracChangeset for help on using the changeset viewer.