<?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>240964</bug_id>
          
          <creation_ts>2022-05-26 11:37:17 -0700</creation_ts>
          <short_desc>[ARM][NEON] Build error after r250982</short_desc>
          <delta_ts>2022-05-30 08:21: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>WebCore Misc.</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=240777</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="Pablo Saavedra">psaavedra</reporter>
          <assigned_to name="Pablo Saavedra">psaavedra</assigned_to>
          <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1872054</commentid>
    <comment_count>0</comment_count>
    <who name="Pablo Saavedra">psaavedra</who>
    <bug_when>2022-05-26 11:37:17 -0700</bug_when>
    <thetext>Error:

```

/home/bot/yocto-browsers/builds/wandboard-nightly/tmp/work/cortexa9t2hf-neon-imx-poky-linux-gnueabi/wpewebkit/trunk+httpsAUTOINC+bfdd86708b-r0/git/Source/WebCore/platform/graphics/filters/software/FEGaussianBlurSoftwareApplier.cpp:320:29: error: invalid initialization of reference of type &apos;const Uint8ClampedArray&amp;&apos; {aka &apos;const JSC::GenericTypedArrayView&lt;JSC::Uint8ClampedAdaptor&gt;&amp;&apos;} from expression of type &apos;WebCore::PixelBuffer&apos;
  320 |                 boxBlurNEON(*fromBuffer, *toBuffer, kernelSizeY, dyLeft, dyRight, stride, 4, paintSize.height(), paintSize.width());

```

Error appears after the changes done in r250982. fromBuffer changed Uint8ClampedArray-&gt;PixelBuffer:



    [GPU Process] [Filters] Don&apos;t use Uint8ClampedArray in software filter appliers
    https://bugs.webkit.org/show_bug.cgi?id=240777
    rdar://93916935
    
    Reviewed by Simon Fraser.
    
    The plan is to allocate the FilterImage buffers differently for GPUProcess. The
    first step is to hide the underlying memory of PixelBuffer from the software
    filter appliers. Helpers functions will provide access to Uint8ClampedArray. In
    future patches different memory allocation will be used by new sub-classes of
    PixelBuffer.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1872057</commentid>
    <comment_count>1</comment_count>
    <who name="Pablo Saavedra">psaavedra</who>
    <bug_when>2022-05-26 11:43:48 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/1057</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1872761</commentid>
    <comment_count>2</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2022-05-30 08:20:56 -0700</bug_when>
    <thetext>Committed r295029 (251124@main): &lt;https://commits.webkit.org/251124@main&gt;

Reviewed commits have been landed. Closing PR #1057 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1872762</commentid>
    <comment_count>3</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2022-05-30 08:21:13 -0700</bug_when>
    <thetext>&lt;rdar://problem/94116852&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>