WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
263480
[WebAudio] Unused method in BaseAudioContext
https://bugs.webkit.org/show_bug.cgi?id=263480
Summary
[WebAudio] Unused method in BaseAudioContext
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-10-20 16:06:48 PDT
<
rdar://problem/117283688
>
Jean-Yves Avenard [:jya]
Comment 2
2023-10-20 16:09:07 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/19377
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.
Top of Page
Format For Printing
XML
Clone This Bug