Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 13eb470206f8ad86cd8a202a6ec9005b0dae7dcc
      
https://github.com/WebKit/WebKit/commit/13eb470206f8ad86cd8a202a6ec9005b0dae7dcc
  Author: Carlos Alberto Lopez Perez <[email protected]>
  Date:   2026-03-16 (Mon, 16 Mar 2026)

  Changed paths:
    M Source/WebCore/bindings/js/JSDOMConvertStrings.h

  Log Message:
  -----------
  [WPE] Build broken on bot WPE-Linux-ARM32-bit-Release-Debian-Stable-Build 
after 309275@main.
https://bugs.webkit.org/show_bug.cgi?id=310037

Unreviewed build-fix.

JSDOMConvertStrings.h calls JSValue::toWTFString(), whose body is defined in 
JSCJSValueInlines.h,
but never includes it. This may cause a build warning "-Wundefined-inline" 
which by default gets
translated into a build error (-Werror).

Hitting the problem depends on the specific ordering of the generated unified 
source files.
In this case this was causing build failures after 309275@main on the bot:
WPE-Linux-ARM32-bit-Release-Debian-Stable-Build

* Source/WebCore/bindings/js/JSDOMConvertStrings.h:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to