Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a09ca029206879fb77f459fc8f21e1684f577e19
https://github.com/WebKit/WebKit/commit/a09ca029206879fb77f459fc8f21e1684f577e19
Author: Olivier Blin <[email protected]>
Date: 2025-12-09 (Tue, 09 Dec 2025)
Changed paths:
M
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/ThreadedCompositor.cpp
Log Message:
-----------
[GTK][WPE] Fix ThreadedCompositor build without sysprof
https://bugs.webkit.org/show_bug.cgi?id=303740
Reviewed by Michael Catanzaro and Adrian Perez de Castro.
The reasonsToString() helper is only used by a WTFEmitSignpost() call,
which evaluates to empty when sysprof is disabled.
This triggered -Werror=unused-function.
* Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/ThreadedCompositor.cpp:
Canonical link: https://commits.webkit.org/304150@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications