<?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>271993</bug_id>
          
          <creation_ts>2024-04-01 13:51:09 -0700</creation_ts>
          <short_desc>CheckedPtr should require FastMalloc, Part 2</short_desc>
          <delta_ts>2024-04-04 08:23: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>DOM</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="Geoffrey Garen">ggaren</reporter>
          <assigned_to name="Diego Pino">dpino</assigned_to>
          <cc>dpino</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2025200</commentid>
    <comment_count>0</comment_count>
    <who name="Geoffrey Garen">ggaren</who>
    <bug_when>2024-04-01 13:51:09 -0700</bug_when>
    <thetext>...</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2025201</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2024-04-01 13:51:21 -0700</bug_when>
    <thetext>&lt;rdar://problem/125737157&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2025225</commentid>
    <comment_count>2</comment_count>
    <who name="Geoffrey Garen">ggaren</who>
    <bug_when>2024-04-01 14:41:37 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/26701</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2025785</commentid>
    <comment_count>3</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2024-04-03 12:52:54 -0700</bug_when>
    <thetext>Committed 277020@main (8b7d41505065): &lt;https://commits.webkit.org/277020@main&gt;

Reviewed commits have been landed. Closing PR #26701 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2025923</commentid>
    <comment_count>4</comment_count>
    <who name="Diego Pino">dpino</who>
    <bug_when>2024-04-04 01:31:26 -0700</bug_when>
    <thetext>After this change, the build for GTK-Linux-64bit-Release-Packaging-Nightly-Ubuntu2004 is failing with the following build error:

https://build.webkit.org/#/builders/30/builds/8885

```
FAILED: 
In file included from ../../../Source/WebCore/platform/mediastream/libwebrtc/gstreamer/RealtimeOutgoingAudioSourceLibWebRTC.cpp:23,
                 from WebCore/DerivedSources/unified-sources/UnifiedSource-3c72abbe-72.cpp:7:
../../../Source/WebCore/platform/mediastream/libwebrtc/gstreamer/RealtimeOutgoingAudioSourceLibWebRTC.h: In static member function ‘static WTF::Ref&lt;WebCore::RealtimeOutgoingAudioSourceLibWebRTC&gt; WebCore::RealtimeOutgoingAudioSourceLibWebRTC::create(WTF::Ref&lt;WebCore::MediaStreamTrackPrivate&gt;&amp;&amp;)’:
../../../Source/WebCore/platform/mediastream/libwebrtc/gstreamer/RealtimeOutgoingAudioSourceLibWebRTC.h:36:93: error: invalid new-expression of abstract class type ‘WebCore::RealtimeOutgoingAudioSourceLibWebRTC’
   36 |         return adoptRef(*new RealtimeOutgoingAudioSourceLibWebRTC(WTFMove(audioTrackPrivate)));
      |                                                                                             ^
../../../Source/WebCore/platform/mediastream/libwebrtc/gstreamer/RealtimeOutgoingAudioSourceLibWebRTC.h:32:7: note:   because the following virtual functions are pure within ‘WebCore::RealtimeOutgoingAudioSourceLibWebRTC’:
   32 | class RealtimeOutgoingAudioSourceLibWebRTC final : public RealtimeOutgoingAudioSource {
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../Source/WebCore/platform/mediastream/RealtimeIncomingAudioSource.h:36,
                 from ../../../Source/WebCore/platform/mediastream/libwebrtc/gstreamer/RealtimeIncomingAudioSourceLibWebRTC.h:32,
                 from ../../../Source/WebCore/platform/mediastream/libwebrtc/gstreamer/RealtimeIncomingAudioSourceLibWebRTC.cpp:31,
                 from WebCore/DerivedSources/unified-sources/UnifiedSource-3c72abbe-72.cpp:5:
../../../Source/WebCore/platform/mediastream/RealtimeMediaSource.h:115:26: note:     ‘virtual uint32_t WebCore::RealtimeMediaSource::AudioSampleObserver::ptrCount() const’
  115 |         virtual uint32_t ptrCount() const = 0;
      |                          ^~~~~~~~
../../../Source/WebCore/platform/mediastream/RealtimeMediaSource.h:116:22: note:     ‘virtual void WebCore::RealtimeMediaSource::AudioSampleObserver::incrementPtrCount() const’
  116 |         virtual void incrementPtrCount() const = 0;
      |                      ^~~~~~~~~~~~~~~~~
../../../Source/WebCore/platform/mediastream/RealtimeMediaSource.h:117:22: note:     ‘virtual void WebCore::RealtimeMediaSource::AudioSampleObserver::decrementPtrCount() const’
  117 |         virtual void decrementPtrCount() const = 0;
      |                      ^~~~~~~~~~~~~~~~~

GTK-Linux-64bit-Release-Packaging-Nightly-Ubuntu2004 and WPE-Linux-64bit-Release-Packaging-Nightly-Ubuntu2004 are the only bots that build WebKitGTK and WPE, respectively, with LibWebRTC, that&apos;s why this build error was not caught by the EWS bots.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2025924</commentid>
    <comment_count>5</comment_count>
    <who name="Diego Pino">dpino</who>
    <bug_when>2024-04-04 01:32:04 -0700</bug_when>
    <thetext>Re-opening for pull request https://github.com/webkit/webkit/pull/26836</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2025983</commentid>
    <comment_count>6</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2024-04-04 08:23:12 -0700</bug_when>
    <thetext>Committed 277053@main (cd9be0fded51): &lt;https://commits.webkit.org/277053@main&gt;

Reviewed commits have been landed. Closing PR #26836 and removing active labels.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>