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

Changeset 243407 in webkit


Ignore:
Timestamp:
Mar 22, 2019, 5:59:53 PM (7 years ago)
Author:
Simon Fraser
Message:

Undo collision with r243390.

  • NetworkProcess/cocoa/NetworkSessionCocoa.mm:

(stringForSSLProtocol):

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r243406 r243407  
     12019-03-22  Simon Fraser  <simon.fraser@apple.com>
     2
     3        Undo collision with r243390.
     4
     5        * NetworkProcess/cocoa/NetworkSessionCocoa.mm:
     6        (stringForSSLProtocol):
     7
    182019-03-22  Simon Fraser  <simon.fraser@apple.com>
    29
  • trunk/Source/WebKit/NetworkProcess/cocoa/NetworkSessionCocoa.mm

    r243406 r243407  
    108108    ALLOW_DEPRECATED_DECLARATIONS_BEGIN
    109109    switch (protocol) {
    110 ALLOW_DEPRECATED_DECLARATIONS_BEGIN
    111110    case kDTLSProtocol1:
    112111        return "DTLS 1.0"_s;
     
    132131        return "Unknown";
    133132    case kTLSProtocolMaxSupported:
    134 ALLOW_DEPRECATED_DECLARATIONS_END
    135133    default:
    136134        ASSERT_NOT_REACHED();
Note: See TracChangeset for help on using the changeset viewer.