[webkit-changes] [WebKit/WebKit] 75f7d9: [WebAuthn] Fix Web Authentication AuthenticationSe...

Commit Queue noreply at github.com
Wed Jan 24 04:37:40 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 75f7d901f88b6f7b713aaec7fb34516596d303f6
      https://github.com/WebKit/WebKit/commit/75f7d901f88b6f7b713aaec7fb34516596d303f6
  Author: Pascoe <pascoe at apple.com>
  Date:   2024-01-24 (Wed, 24 Jan 2024)

  Changed paths:
    M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml

  Log Message:
  -----------
  [WebAuthn] Fix Web Authentication AuthenticationServices feature flag
rdar://121473121
https://bugs.webkit.org/show_bug.cgi?id=267970

Reviewed by Charlie Wolfe.

The condition for this feature flag was erroneously written as ENABLE(WEB_AUTHN_AS_MODERN),
but only HAVE(WEB_AUTHN_AS_MODERN) is defined. This patch fixes that.

* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:

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




More information about the webkit-changes mailing list