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

Changeset 243406 in webkit


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

Fix internal builds.

  • NetworkProcess/cocoa/NetworkSessionCocoa.mm:

(stringForSSLProtocol):

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r243396 r243406  
     12019-03-22  Simon Fraser  <simon.fraser@apple.com>
     2
     3        Fix internal builds.
     4
     5        * NetworkProcess/cocoa/NetworkSessionCocoa.mm:
     6        (stringForSSLProtocol):
     7
    182019-03-22  Keith Rollin  <krollin@apple.com>
    29
  • trunk/Source/WebKit/NetworkProcess/cocoa/NetworkSessionCocoa.mm

    r243390 r243406  
    106106static String stringForSSLProtocol(SSLProtocol protocol)
    107107{
     108    ALLOW_DEPRECATED_DECLARATIONS_BEGIN
    108109    switch (protocol) {
    109110ALLOW_DEPRECATED_DECLARATIONS_BEGIN
     
    136137        return emptyString();
    137138    }
     139    ALLOW_DEPRECATED_DECLARATIONS_END
    138140}
    139141
Note: See TracChangeset for help on using the changeset viewer.