Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 447c453338ccb9ed396e99a432d30fd470e81596
https://github.com/WebKit/WebKit/commit/447c453338ccb9ed396e99a432d30fd470e81596
Author: Carlos Alberto Lopez Perez <[email protected]>
Date: 2026-08-05 (Wed, 05 Aug 2026)
Changed paths:
M Source/WebCore/rendering/RenderLayer.cpp
M Source/WebCore/rendering/RenderLayerCompositor.cpp
Log Message:
-----------
[WPE][Clang] Build failing since switch to Clang due to new unused-function
warnings
https://bugs.webkit.org/show_bug.cgi?id=321111
Unreviewed build fix.
The EWS WPE Build queue is having a hard time since we switched the
bots to use Clang due to new unused-function warnings.
Fix that by making layersLogEnabled() and compositingLogEnabledRenderLayer()
only defined when ENABLE(TREE_DEBUGGING) because all the callers of that
functions are guarded behind this.
* Source/WebCore/rendering/RenderLayer.cpp:
* Source/WebCore/rendering/RenderLayerCompositor.cpp:
Canonical link: https://commits.webkit.org/318651@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications