<?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>248188</bug_id>
          
          <creation_ts>2022-11-21 12:43:52 -0800</creation_ts>
          <short_desc>[ANGLE] Constants.h uses size_t without declaring it</short_desc>
          <delta_ts>2023-01-26 06:06:33 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>ANGLE</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</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="Michael Catanzaro">mcatanzaro</reporter>
          <assigned_to name="Michael Catanzaro">mcatanzaro</assigned_to>
          <cc>dino</cc>
    
    <cc>kbr</cc>
    
    <cc>kkinnunen</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1913911</commentid>
    <comment_count>0</comment_count>
    <who name="Michael Catanzaro">mcatanzaro</who>
    <bug_when>2022-11-21 12:43:52 -0800</bug_when>
    <thetext>I hit a build failure in Source/ThirdParty/ANGLE/src/libANGLE/Constants.h caused by missing declaration of size_t. According to https://en.cppreference.com/w/c/types/size_t, size_t is guaranteed to be declared in many headers, but stdint.h (already included in Constants.h) is confusingly not one of them. The nicest-looking options are stddef.h or stdlib.h. I&apos;ve arbitrarily picked stddef.h.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1913912</commentid>
    <comment_count>1</comment_count>
    <who name="Michael Catanzaro">mcatanzaro</who>
    <bug_when>2022-11-21 12:44:34 -0800</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/6708</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1914215</commentid>
    <comment_count>2</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2022-11-22 18:17:41 -0800</bug_when>
    <thetext>Committed 256962@main (43fa2c39050d): &lt;https://commits.webkit.org/256962@main&gt;

Reviewed commits have been landed. Closing PR #6708 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1914216</commentid>
    <comment_count>3</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2022-11-22 18:18:17 -0800</bug_when>
    <thetext>&lt;rdar://problem/102615558&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1928585</commentid>
    <comment_count>4</comment_count>
    <who name="Kimmo Kinnunen">kkinnunen</who>
    <bug_when>2023-01-26 06:06:33 -0800</bug_when>
    <thetext>https://bugs.chromium.org/p/angleproject/issues/detail?id=7976</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>