Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7a3c33bc67d98a211bc941058f3757af7c284645
https://github.com/WebKit/WebKit/commit/7a3c33bc67d98a211bc941058f3757af7c284645
Author: Marcos Caceres <[email protected]>
Date: 2026-01-15 (Thu, 15 Jan 2026)
Changed paths:
M
Source/WebKit/WebProcess/DigitalCredentials/DigitalCredentialsCoordinator.cpp
Log Message:
-----------
Digital Credentials: Fix safer C++ checker warnings in
DigitalCredentialsCoordinator.cpp
rdar://168196068
https://bugs.webkit.org/show_bug.cgi?id=305536
Reviewed by Anne van Kesteren.
Addressed safer C++ checker warnings in DigitalCredentialsCoordinator.cpp by
ensuring
that any lambda capturing 'this' or members of 'this' uses a WeakPtr to avoid
dangling references if the coordinator is destroyed before the lambda is
executed.
* Source/WebKit/WebProcess/DigitalCredentials/DigitalCredentialsCoordinator.cpp:
(WebKit::DigitalCredentialsCoordinator::showDigitalCredentialsPicker):
Canonical link: https://commits.webkit.org/305634@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications