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

Changeset 267536 in webkit


Ignore:
Timestamp:
Sep 24, 2020, 9:49:54 AM (6 years ago)
Author:
Ryan Haddad
Message:

Unreviewed, fix the build for recent SDKs.
rdar://69394018

  • Shared/cf/ArgumentCodersCF.cpp:

(IPC::decode):

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r267534 r267536  
     12020-09-24  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Unreviewed, fix the build for recent SDKs.
     4        rdar://69394018
     5
     6        * Shared/cf/ArgumentCodersCF.cpp:
     7        (IPC::decode):
     8
    192020-09-24  Carlos Garcia Campos  <cgarcia@igalia.com>
    210
  • trunk/Source/WebKit/Shared/cf/ArgumentCodersCF.cpp

    r263475 r267536  
    739739#if PLATFORM(IOS_FAMILY)
    740740    if (secKeyRefDecodingAllowed)
     741        ALLOW_DEPRECATED_DECLARATIONS_BEGIN
    741742        SecKeyFindWithPersistentRef(keyData.get(), &key);
     743        ALLOW_DEPRECATED_DECLARATIONS_END
    742744#endif
    743745#if PLATFORM(MAC)
Note: See TracChangeset for help on using the changeset viewer.