Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3607298361ab70a28420a6549feecfa8b39955fb
      
https://github.com/WebKit/WebKit/commit/3607298361ab70a28420a6549feecfa8b39955fb
  Author: Pascoe <[email protected]>
  Date:   2026-09-20 (Sun, 20 Sep 2026)

  Changed paths:
    M 
Source/WebKit/UIProcess/WebAuthentication/Cocoa/WebAuthenticatorCoordinatorProxy.mm

  Log Message:
  -----------
  Guard setPrf: on the security key registration request
https://bugs.webkit.org/show_bug.cgi?id=324148
rdar://187379888

Reviewed by Abrar Rahman Protyasha and Aditya Keerthi.

prf on ASAuthorizationSecurityKeyPublicKeyCredentialRegistrationRequest is only
available in iOS 26.4, but HAVE(WEB_AUTHN_PRF_API) is satisfied by an iOS 18
deployment target, where only the platform request implements it. Setting it
there throws an unrecognized selector exception.

Check respondsToSelector: first, as we already do in requestsForAssertion.

* 
Source/WebKit/UIProcess/WebAuthentication/Cocoa/WebAuthenticatorCoordinatorProxy.mm:
(WebKit::WebAuthenticatorCoordinatorProxy::requestsForRegistration):

Canonical link: https://commits.webkit.org/321476@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to