Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 675a18172fbac7e66eeac577719d6e3b6cd0b713
https://github.com/WebKit/WebKit/commit/675a18172fbac7e66eeac577719d6e3b6cd0b713
Author: Abrar Rahman Protyasha <[email protected]>
Date: 2025-11-17 (Mon, 17 Nov 2025)
Changed paths:
M Source/WebCore/Modules/applepay/PaymentCoordinator.cpp
Log Message:
-----------
PaymentCoordinator.cpp leaks PAYMENT_COORDINATOR_RELEASE_LOG_WITH_THIS macro
into global namespace
https://bugs.webkit.org/show_bug.cgi?id=302682
rdar://164931103
Reviewed by Aditya Keerthi.
This patch simply undefines the PAYMENT_COORDINATOR_RELEASE_LOG_WITH_THIS
macro at the end of PaymentCoordinator.cpp, given it is used only within
this file.
* Source/WebCore/Modules/applepay/PaymentCoordinator.cpp:
Canonical link: https://commits.webkit.org/303161@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications