Title: [267536] trunk/Source/WebKit
Revision
267536
Author
[email protected]
Date
2020-09-24 09:49:54 -0700 (Thu, 24 Sep 2020)

Log Message

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

* Shared/cf/ArgumentCodersCF.cpp:
(IPC::decode):

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (267535 => 267536)


--- trunk/Source/WebKit/ChangeLog	2020-09-24 16:16:59 UTC (rev 267535)
+++ trunk/Source/WebKit/ChangeLog	2020-09-24 16:49:54 UTC (rev 267536)
@@ -1,3 +1,11 @@
+2020-09-24  Ryan Haddad  <[email protected]>
+
+        Unreviewed, fix the build for recent SDKs.
+        rdar://69394018
+
+        * Shared/cf/ArgumentCodersCF.cpp:
+        (IPC::decode):
+
 2020-09-24  Carlos Garcia Campos  <[email protected]>
 
         [GTK][WPE] Move proxy settings from WebKitContext to WebKitWebsiteDataManager

Modified: trunk/Source/WebKit/Shared/cf/ArgumentCodersCF.cpp (267535 => 267536)


--- trunk/Source/WebKit/Shared/cf/ArgumentCodersCF.cpp	2020-09-24 16:16:59 UTC (rev 267535)
+++ trunk/Source/WebKit/Shared/cf/ArgumentCodersCF.cpp	2020-09-24 16:49:54 UTC (rev 267536)
@@ -738,7 +738,9 @@
     SecKeyRef key = nullptr;
 #if PLATFORM(IOS_FAMILY)
     if (secKeyRefDecodingAllowed)
+        ALLOW_DEPRECATED_DECLARATIONS_BEGIN
         SecKeyFindWithPersistentRef(keyData.get(), &key);
+        ALLOW_DEPRECATED_DECLARATIONS_END
 #endif
 #if PLATFORM(MAC)
     SecKeychainItemCopyFromPersistentReference(keyData.get(), (SecKeychainItemRef*)&key);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to