<?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>295407</bug_id>
          
          <creation_ts>2025-07-03 09:46:00 -0700</creation_ts>
          <short_desc>[WPE] Fix non-unified build after main@1f8ecb5d</short_desc>
          <delta_ts>2025-07-03 10:46:14 -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>Other</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <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="Sergio Villar Senin">svillar</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2127634</commentid>
    <comment_count>0</comment_count>
    <who name="Sergio Villar Senin">svillar</who>
    <bug_when>2025-07-03 09:46:00 -0700</bug_when>
    <thetext>This is the error

projects/WebKit/Source/WebKit/UIProcess/wpe/WebPasteboardProxyWPE.cpp: In member function ‘void WebKit::WebPasteboardProxy::readText(IPC::Connection&amp;, const WTF::String&amp;, const WTF::String&amp;, WTF::CompletionHandler&lt;void(WTF::String&amp;&amp;)&gt;&amp;&amp;)’:
projects/WebKit/Source/WebKit/UIProcess/wpe/WebPasteboardProxyWPE.cpp:80:9: error: ‘GUniquePtr’ was not declared in this scope
   80 |         GUniquePtr&lt;char&gt; text(wpe_clipboard_read_text(clipboard, pasteboardType.utf8().data(), &amp;textLength));
      |         ^~~~~~~~~~
projects/WebKit/Source/WebKit/UIProcess/wpe/WebPasteboardProxyWPE.cpp:80:20: error: expected primary-expression before ‘char’
   80 |         GUniquePtr&lt;char&gt; text(wpe_clipboard_read_text(clipboard, pasteboardType.utf8().data(), &amp;textLength));
      |                    ^~~~
projects/WebKit/Source/WebKit/UIProcess/wpe/WebPasteboardProxyWPE.cpp:81:59: error: ‘text’ was not declared in this scope
   81 |         completionHandler(String::fromUTF8(unsafeMakeSpan(text.get(), textLength)));
      |                                                           ^~~~
projects/WebKit/Source/WebKit/UIProcess/wpe/WebPasteboardProxyWPE.cpp:78:15: error: unused variable ‘clipboard’ [-Werror=unused-variable]
   78 |         auto* clipboard = wpe_display_get_clipboard(wpe_display_get_primary());
      |               ^~~~~~~~~</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2127668</commentid>
    <comment_count>1</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2025-07-03 10:45:30 -0700</bug_when>
    <thetext>Committed 296979@main (f736754c4f90): &lt;https://commits.webkit.org/296979@main&gt;

Reviewed commits have been landed. Closing PR #47554 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2127669</commentid>
    <comment_count>2</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2025-07-03 10:46:14 -0700</bug_when>
    <thetext>&lt;rdar://problem/154967860&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>