Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e1d8d5471e3f31320a84dd0dea15a7356c1fe90b
https://github.com/WebKit/WebKit/commit/e1d8d5471e3f31320a84dd0dea15a7356c1fe90b
Author: Alicia Boya Garcia <[email protected]>
Date: 2026-06-02 (Tue, 02 Jun 2026)
Changed paths:
M Source/WTF/wtf/Assertions.h
M Source/WTF/wtf/Logger.h
Log Message:
-----------
[WTF][glib] Fix build with -DENABLE_JOURNALD_LOG=FALSE
https://bugs.webkit.org/show_bug.cgi?id=316004
Reviewed by Adrian Perez de Castro.
This patch fixes builds that use fprintf-based logging with clang 22.
This is the case for glib builds when configuring with
-DENABLE_JOURNALD_LOG=FALSE.
This patch is the counterpart to
https://bugs.webkit.org/show_bug.cgi?id=312457 where similar compiler
flag guards had to be added for the journald-backed logging code.
* Source/WTF/wtf/Assertions.h:
* Source/WTF/wtf/Logger.h:
(WTF::Logger::log):
Canonical link: https://commits.webkit.org/314374@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications