[webkit-changes] [WebKit/WebKit] 15da2a: Build fix for -O3 debug builds in markup.cpp

J Pascoe noreply at github.com
Mon Feb 13 14:39:15 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 15da2a91fb155c32a6e5335957999ac5c88d9a9a
      https://github.com/WebKit/WebKit/commit/15da2a91fb155c32a6e5335957999ac5c88d9a9a
  Author: J Pascoe <j_pascoe at apple.com>
  Date:   2023-02-13 (Mon, 13 Feb 2023)

  Changed paths:
    M Source/WebCore/editing/markup.cpp

  Log Message:
  -----------
  Build fix for -O3 debug builds in markup.cpp
https://bugs.webkit.org/show_bug.cgi?id=252192

Unreviewed, build fix.

* Source/WebCore/editing/markup.cpp:
Import JSCJSValueInlines.h, this header is used in replaceChildrenWithFragment. The build
works in most cases likely due to unified sources, but is broken for debug builds with
optimization.

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




More information about the webkit-changes mailing list