<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>310037</bug_id>
          
          <creation_ts>2026-03-16 10:54:41 -0700</creation_ts>
          <short_desc>[WPE] Build broken on bot WPE-Linux-ARM32-bit-Release-Debian-Stable-Build after 309275@main.</short_desc>
          <delta_ts>2026-03-16 14:12:13 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>New Bugs</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=310019</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Carlos Alberto Lopez Perez">clopez</reporter>
          <assigned_to name="Carlos Alberto Lopez Perez">clopez</assigned_to>
          <cc>csaavedra</cc>
    
    <cc>vitaly</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2190648</commentid>
    <comment_count>0</comment_count>
    <who name="Carlos Alberto Lopez Perez">clopez</who>
    <bug_when>2026-03-16 10:54:41 -0700</bug_when>
    <thetext>This is a similar issue than bug 310019

Building WPE ARM32 with clang fails with a -Wundefined-inline error because JSDOMConvertStrings.h calls JSValue::toWTFString() but never includes JSCJSValueInlines.h, where the body of that inline function is defined.

The error is:

WebCore/CMakeFiles/WebCore.dir/Modules/gamepad/GamepadHapticActuator.cpp.o.d -o Source/WebCore/CMakeFiles/WebCore.dir/Modules/gamepad/GamepadHapticActuator.cpp.o -c /home/buildbot/worker/WPE-Linux-ARM32-bit-Release-Debian-Stable-Build/build/Source/WebCore/Modules/gamepad/GamepadHapticActuator.cpp
In file included from ../../../Source/WebCore/Modules/gamepad/GamepadHapticActuator.cpp:37:
In file included from ../../../Source/WebCore/bindings/js/JSDOMConvertEnumeration.h:28:
In file included from WebCore/PrivateHeaders/WebCore/IDLTypes.h:28:
In file included from JavaScriptCore/PrivateHeaders/JavaScriptCore/HandleTypes.h:28:
JavaScriptCore/PrivateHeaders/JavaScriptCore/JSCJSValue.h:321:24: error: inline function &apos;JSC::JSValue::toWTFString&apos; is not defined [-Werror,-Wundefined-inline]
  321 |     inline WTF::String toWTFString(JSGlobalObject*) const; // Defined in JSCJSValueInlines.h
      |                        ^
../../../Source/WebCore/bindings/js/JSDOMConvertStrings.h:73:29: note: used here
   73 |         auto string = value.toWTFString(&amp;lexicalGlobalObject);
      |                             ^
1 error generated.
[25/1146] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/__/__/WebCore/DerivedSources/unified-sources/UnifiedSource-3a52ce78-48.cpp.o

https://build.webkit.org/#/builders/860/builds/27386/steps/9/logs/stdio

This seems another include ordering bug related to missing header includes that trigger in this bot because of different ordering for the generated unified source files.

This started to happen after 309275@main</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2190649</commentid>
    <comment_count>1</comment_count>
    <who name="Carlos Alberto Lopez Perez">clopez</who>
    <bug_when>2026-03-16 11:07:54 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/60709</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2190699</commentid>
    <comment_count>2</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2026-03-16 14:11:33 -0700</bug_when>
    <thetext>Committed 309347@main (13eb470206f8): &lt;https://commits.webkit.org/309347@main&gt;

Reviewed commits have been landed. Closing PR #60709 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2190700</commentid>
    <comment_count>3</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2026-03-16 14:12:13 -0700</bug_when>
    <thetext>&lt;rdar://problem/172692871&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>