<?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>245268</bug_id>
          
          <creation_ts>2022-09-16 00:33:17 -0700</creation_ts>
          <short_desc>Unreviewed, build fix after 254207@main</short_desc>
          <delta_ts>2022-09-16 04:22:21 -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>
          
          
          <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="Diego Pino">dpino</reporter>
          <assigned_to name="Diego Pino">dpino</assigned_to>
          <cc>djg</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1898921</commentid>
    <comment_count>0</comment_count>
    <who name="Diego Pino">dpino</who>
    <bug_when>2022-09-16 00:33:17 -0700</bug_when>
    <thetext>Compilation of WebKitGTK/WPE in ARM64 is failing with the following build error:

```
FAILED: Source/WebCore/CMakeFiles/WebCore.dir/platform/graphics/opengl/GraphicsContextGLOpenGLES.cpp.o
&lt;CXX&gt;  -DBUILDING_GTK__=1 -DBUILDING_WEBKIT=1 -DBUILDING_WITH_CMAKE=1 -DBUILDING_WebCore -DGETTEXT_PACKAGE=\&quot;WebKitGTK-4.0\&quot; -DHAVE_CONFIG_H=1 -DJSC_GLIB_API_ENABLED -DPAS_BMALLOC=1 -DSTATICALLY_LINKED_WITH_PAL -ISource/ThirdParty/libwebrtc -I../../../Source/WebCore/platform/graphics/libwpe -I. -IWebCore/DerivedSources -I../../..
../../../Source/WebCore/platform/graphics/opengl/GraphicsContextGLOpenGLES.cpp:61:60: error: reference to non-static member function must be called; did you mean to call it with no arguments?
    ::glReadPixels(x, y, width, height, format, type, data.data);
                                                      ~~~~~^~~~
                                                               ()
../../../Source/WebCore/platform/graphics/opengl/GraphicsContextGLOpenGLES.cpp:217:34: error: reference to non-static member function must be called; did you mean to call it with no arguments?
    ::glGetIntegerv(pname, value.data);
                           ~~~~~~^~~~
                                     ()
../../../Source/WebCore/platform/graphics/opengl/GraphicsContextGLOpenGLES.cpp:228:67: error: reference to non-static member function must be called; did you mean to call it with no arguments?
    ::glGetShaderPrecisionFormat(shaderType, precisionType, range.data, precision);
                                                            ~~~~~~^~~~
                                                                      ()
../../../Source/WebCore/platform/graphics/opengl/GraphicsContextGLOpenGLES.cpp:233:36: error: reference to non-static member function must be called; did you mean to call it with no arguments?
    if (width &amp;&amp; height &amp;&amp; !pixels.data) {
                            ~~~~~~~^~~~
                                       ()
../../../Source/WebCore/platform/graphics/opengl/GraphicsContextGLOpenGLES.cpp:238:97: error: reference to non-static member function must be called; did you mean to call it with no arguments?
    texImage2DDirect(target, level, internalformat, width, height, border, format, type, pixels.data);
                                                                                         ~~~~~~~^~~~
                                                                                                    ()
5 errors generated.
```

This build error was likely introduced in 254207@main, which turned `GCGLSpan::data` attribute into member function `GCGLSpan::data()`.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1898924</commentid>
    <comment_count>1</comment_count>
    <who name="Diego Pino">dpino</who>
    <bug_when>2022-09-16 00:46:44 -0700</bug_when>
    <thetext>Pull request: https://github.com/webkit/webkit/pull/4413</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1898944</commentid>
    <comment_count>2</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2022-09-16 04:21:26 -0700</bug_when>
    <thetext>Committed 254551@main (53e44f64a50c): &lt;https://commits.webkit.org/254551@main&gt;

Reviewed commits have been landed. Closing PR #4413 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1898945</commentid>
    <comment_count>3</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2022-09-16 04:22:21 -0700</bug_when>
    <thetext>&lt;rdar://problem/100021137&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>