Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: aad7216e6cd8f3a7e9672c9c4b9d7fcbacb09957
      
https://github.com/WebKit/WebKit/commit/aad7216e6cd8f3a7e9672c9c4b9d7fcbacb09957
  Author: Carlos Alberto Lopez Perez <[email protected]>
  Date:   2026-01-22 (Thu, 22 Jan 2026)

  Changed paths:
    M Source/WebKit/UIProcess/DigitalCredentials/WKDigitalCredentialsPicker.mm

  Log Message:
  -----------
  Build broken on MacOS 14 / Xcode 15.4 / Clang 15 after 305889@main
https://bugs.webkit.org/show_bug.cgi?id=306015

Reviewed by Abrar Rahman Protyasha.

Use uniform initialization (braces) for DigitalCredentialsResponseData.
Xcode 15.4 (Apple Clang 15) does not support C++20 parenthesized
initialization for aggregates (P0960R3), which was introduced in
Clang 16. Braces ensure compatibility with older toolchains.

This started to fail after 305889@main because this code was previously
not compiled on MacOS 14 (guard DIGITAL_CREDENTIALS_UI) but now is
(guard WEB_AUTHN).

* Source/WebKit/UIProcess/DigitalCredentials/WKDigitalCredentialsPicker.mm:
(-[WKDigitalCredentialsPicker handlePresentmentCompletionWithResponse:error:]):

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



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

Reply via email to