Changeset 243390 in webkit
- Timestamp:
- Mar 22, 2019, 10:57:55 AM (7 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
NetworkProcess/cocoa/NetworkSessionCocoa.mm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r243388 r243390 1 2019-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 1 8 2019-03-22 Chris Dumez <cdumez@apple.com> 2 9 -
trunk/Source/WebKit/NetworkProcess/cocoa/NetworkSessionCocoa.mm
r242764 r243390 107 107 { 108 108 switch (protocol) { 109 ALLOW_DEPRECATED_DECLARATIONS_BEGIN 109 110 case kDTLSProtocol1: 110 111 return "DTLS 1.0"_s; … … 130 131 return "Unknown"; 131 132 case kTLSProtocolMaxSupported: 133 ALLOW_DEPRECATED_DECLARATIONS_END 132 134 default: 133 135 ASSERT_NOT_REACHED();
Note:
See TracChangeset
for help on using the changeset viewer.