Branch: refs/heads/webkitglib/2.54
Home: https://github.com/WebKit/WebKit
Commit: e7212d862f08c334cfc695e18bc3b5daf5e5e0a1
https://github.com/WebKit/WebKit/commit/e7212d862f08c334cfc695e18bc3b5daf5e5e0a1
Author: Carlos Alberto Lopez Perez <[email protected]>
Date: 2026-08-06 (Thu, 06 Aug 2026)
Changed paths:
M Source/WebCore/rendering/RenderLayer.cpp
M Source/WebCore/rendering/RenderLayerCompositor.cpp
Log Message:
-----------
Cherry-pick 318651@main (447c453338cc).
https://bugs.webkit.org/show_bug.cgi?id=321111
Unreviewed cherry-pick.
[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
Canonical link: https://commits.webkit.org/317695.55@webkitglib/2.54
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications