[webkit-changes] [WebKit/WebKit] 91f5e5: Fix warnings introduced in 264411 at main
mokjasmine
noreply at github.com
Wed May 31 16:22:17 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 91f5e58e538de748c3da83346dc866f25f8146f0
https://github.com/WebKit/WebKit/commit/91f5e58e538de748c3da83346dc866f25f8146f0
Author: Jasmine Mok <jasmine.mok at sony.com>
Date: 2023-05-31 (Wed, 31 May 2023)
Changed paths:
M Source/WebCore/workers/service/context/SWContextManager.cpp
Log Message:
-----------
Fix warnings introduced in 264411 at main
https://bugs.webkit.org/show_bug.cgi?id=257359
Reviewed by Don Olmstead.
Use `PRIu64` when printing out `uint64_t` values.
* Source/WebCore/workers/service/context/SWContextManager.cpp:
(WebCore::SWContextManager::fireInstallEvent):
(WebCore::SWContextManager::fireActivateEvent):
(WebCore::SWContextManager::firePushEvent):
(WebCore::SWContextManager::firePushSubscriptionChangeEvent):
(WebCore::SWContextManager::fireNotificationEvent):
(WebCore::SWContextManager::fireBackgroundFetchEvent):
(WebCore::SWContextManager::fireBackgroundFetchClickEvent):
(WebCore::SWContextManager::terminateWorker):
Canonical link: https://commits.webkit.org/264764@main
More information about the webkit-changes
mailing list