Bug 263480

Summary: [WebAudio] Unused method in BaseAudioContext
Product: WebKit Reporter: Jean-Yves Avenard [:jya] <jean-yves.avenard>
Component: Web AudioAssignee: Jean-Yves Avenard [:jya] <jean-yves.avenard>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Jean-Yves Avenard [:jya]
Reported 2023-10-20 16:06:35 PDT
void decodeAudioData(Ref<JSC::ArrayBuffer>&&, RefPtr<AudioBufferCallback>&&, RefPtr<AudioBufferCallback>&&); is unused. And so Ref<DeferredPromise>&& in the other method doesn't need to be an optional.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-10-20 16:06:48 PDT
Jean-Yves Avenard [:jya]
Comment 2 2023-10-20 16:09:07 PDT
EWS
Comment 3 2023-10-20 22:41:17 PDT
Committed 269616@main (e854e7882cca): <https://commits.webkit.org/269616@main> Reviewed commits have been landed. Closing PR #19377 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.