Title: [287140] trunk/Source/WebCore
Revision
287140
Author
[email protected]
Date
2021-12-16 09:09:18 -0800 (Thu, 16 Dec 2021)

Log Message

Remove the declaration for an unimplemented AudioBufferSourceNode::create(BaseAudioContext&, float) method
https://bugs.webkit.org/show_bug.cgi?id=234388

Reviewed by Anders Carlsson.

* Modules/webaudio/AudioBufferSourceNode.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (287139 => 287140)


--- trunk/Source/WebCore/ChangeLog	2021-12-16 16:59:53 UTC (rev 287139)
+++ trunk/Source/WebCore/ChangeLog	2021-12-16 17:09:18 UTC (rev 287140)
@@ -1,3 +1,12 @@
+2021-12-16  Antoine Quint  <[email protected]>
+
+        Remove the declaration for an unimplemented AudioBufferSourceNode::create(BaseAudioContext&, float) method
+        https://bugs.webkit.org/show_bug.cgi?id=234388
+
+        Reviewed by Anders Carlsson.
+
+        * Modules/webaudio/AudioBufferSourceNode.h:
+
 2021-12-16  Andres Gonzalez  <[email protected]>
 
         Clear AXObjectCache::m_notificationsToPost after moving in notificationPostTimerFired.

Modified: trunk/Source/WebCore/Modules/webaudio/AudioBufferSourceNode.h (287139 => 287140)


--- trunk/Source/WebCore/Modules/webaudio/AudioBufferSourceNode.h	2021-12-16 16:59:53 UTC (rev 287139)
+++ trunk/Source/WebCore/Modules/webaudio/AudioBufferSourceNode.h	2021-12-16 17:09:18 UTC (rev 287140)
@@ -41,7 +41,6 @@
 class AudioBufferSourceNode final : public AudioScheduledSourceNode {
     WTF_MAKE_ISO_ALLOCATED(AudioBufferSourceNode);
 public:
-    static Ref<AudioBufferSourceNode> create(BaseAudioContext&, float sampleRate);
     static ExceptionOr<Ref<AudioBufferSourceNode>> create(BaseAudioContext&, AudioBufferSourceOptions&& = { });
 
     virtual ~AudioBufferSourceNode();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to