Title: [283518] trunk/Source/WebKit
Revision
283518
Author
[email protected]
Date
2021-10-04 15:42:16 -0700 (Mon, 04 Oct 2021)

Log Message

Unreviewed build fix after r283431.

* UIProcess/API/Cocoa/_WKWebAuthenticationPanel.mm:
(+[_WKWebAuthenticationPanel setUsernameForLocalCredentialWithID:username:]):

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (283517 => 283518)


--- trunk/Source/WebKit/ChangeLog	2021-10-04 22:41:27 UTC (rev 283517)
+++ trunk/Source/WebKit/ChangeLog	2021-10-04 22:42:16 UTC (rev 283518)
@@ -1,3 +1,10 @@
+2021-10-04  Chris Dumez  <[email protected]>
+
+        Unreviewed build fix after r283431.
+
+        * UIProcess/API/Cocoa/_WKWebAuthenticationPanel.mm:
+        (+[_WKWebAuthenticationPanel setUsernameForLocalCredentialWithID:username:]):
+
 2021-10-04  John Pascoe  <[email protected]>
 
         [WebAuthn] Prefer internal user verification if available over pin entry.

Modified: trunk/Source/WebKit/UIProcess/API/Cocoa/_WKWebAuthenticationPanel.mm (283517 => 283518)


--- trunk/Source/WebKit/UIProcess/API/Cocoa/_WKWebAuthenticationPanel.mm	2021-10-04 22:41:27 UTC (rev 283517)
+++ trunk/Source/WebKit/UIProcess/API/Cocoa/_WKWebAuthenticationPanel.mm	2021-10-04 22:42:16 UTC (rev 283518)
@@ -289,10 +289,7 @@
         (__bridge id)kSecReturnAttributes: @YES,
         (__bridge id)kSecAttrApplicationLabel: credentialID,
         (__bridge id)kSecReturnPersistentRef : (__bridge id)kCFBooleanTrue,
-#if HAVE(DATA_PROTECTION_KEYCHAIN)
         (__bridge id)kSecUseDataProtectionKeychain: @YES
-#else
-        (__bridge id)kSecAttrNoLegacy: @YES
 #endif
     };
     CFTypeRef attributesArrayRef = nullptr;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to