RESOLVED FIXED 260702
Build fix after 160450@main by guarding showRenderTree
https://bugs.webkit.org/show_bug.cgi?id=260702
Summary Build fix after 160450@main by guarding showRenderTree
ChangSeok Oh
Reported 2023-08-25 00:12:42 PDT
Adding a build flag, "-DLOG_DISABLED=0" breaks the build with the following messages. /app/webkit/Source/WebCore/page/LocalFrameViewLayoutContext.cpp: In member function ‘void WebCore::LocalFrameViewLayoutContext::performLayout()’: /app/webkit/Source/WebCore/page/LocalFrameViewLayoutContext.cpp:248:13: error: ‘showRenderTree’ was not declared in this scope 248 | showRenderTree(renderView()); | ^~~~~~~~~~~~~~ [1313/2437] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/__/__/WebCore/DerivedSources/unified-sources/UnifiedSource-767013ce-10.cpp.o ninja: build stopped: subcommand failed.
Attachments
EWS
Comment 1 2023-08-25 01:25:51 PDT
Committed 267268@main (9e05696bcb54): <https://commits.webkit.org/267268@main> Reviewed commits have been landed. Closing PR #17060 and removing active labels.
Radar WebKit Bug Importer
Comment 2 2023-08-25 01:26:15 PDT
Note You need to log in before you can comment on or make changes to this bug.