[webkit-changes] [WebKit/WebKit] 9e0569: Build fix after 160450 at main by guarding showRender...

ChangSeok Oh noreply at github.com
Fri Aug 25 01:25:59 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9e05696bcb54853cb53d763acbb3eed7ec39f1ed
      https://github.com/WebKit/WebKit/commit/9e05696bcb54853cb53d763acbb3eed7ec39f1ed
  Author: ChangSeok Oh <changseok at webkit.org>
  Date:   2023-08-25 (Fri, 25 Aug 2023)

  Changed paths:
    M Source/WebCore/page/LocalFrameViewLayoutContext.cpp

  Log Message:
  -----------
  Build fix after 160450 at main by guarding showRenderTree
https://bugs.webkit.org/show_bug.cgi?id=260702

Unreviewed build fix.

Where LOG_DISABLED is disabled, the build fails due to missing showRenderTree().
The showRenderTree() is guarded by ENABLE(TREE_DEBUGGING).

* Source/WebCore/page/LocalFrameViewLayoutContext.cpp:
(WebCore::LocalFrameViewLayoutContext::performLayout):

Canonical link: https://commits.webkit.org/267268@main




More information about the webkit-changes mailing list