Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3cd650b072c9dc10e2b8caf665d46ea3c7eefdea
https://github.com/WebKit/WebKit/commit/3cd650b072c9dc10e2b8caf665d46ea3c7eefdea
Author: Ahmad Saleem <[email protected]>
Date: 2026-09-08 (Tue, 08 Sep 2026)
Changed paths:
M Source/WebCore/loader/cocoa/PrivateClickMeasurementCocoa.mm
Log Message:
-----------
PrivateClickMeasurement destination secret token errors are logged with the
wrong "source" label
https://bugs.webkit.org/show_bug.cgi?id=323286
rdar://186539945
Reviewed by Alex Christensen.
calculateAndUpdateDestinationSecretToken() passed "source" as the
contextForLogMessage argument to calculateAndUpdateSecretToken(), so every
error string produced for a destination secret-token failure ("Did not find
a source unlinkable token waiting token.", "Could not decode source response
data.", etc.) misidentified its context as "source" instead of "destination".
Pass "destination" to match the sibling
calculateAndUpdateDestinationUnlinkableToken().
* Source/WebCore/loader/cocoa/PrivateClickMeasurementCocoa.mm:
(WebCore::PrivateClickMeasurement::calculateAndUpdateDestinationSecretToken):
Canonical link: https://commits.webkit.org/320706@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications