[webkit-changes] [WebKit/WebKit] e854e7: [WebAudio] Unused method in BaseAudioContext

Jean-Yves Avenard noreply at github.com
Fri Oct 20 22:41:25 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e854e7882cca3f960987f8048e9c94c60c8909a5
      https://github.com/WebKit/WebKit/commit/e854e7882cca3f960987f8048e9c94c60c8909a5
  Author: Jean-Yves Avenard <jya at apple.com>
  Date:   2023-10-20 (Fri, 20 Oct 2023)

  Changed paths:
    M Source/WebCore/Modules/webaudio/BaseAudioContext.cpp
    M Source/WebCore/Modules/webaudio/BaseAudioContext.h

  Log Message:
  -----------
  [WebAudio] Unused method in BaseAudioContext
https://bugs.webkit.org/show_bug.cgi?id=263480
rdar://117283688

Reviewed by Chris Dumez.

One of the decodeAudioData method is unused, we can remove it which also allow to simplify the code and remove unnecessary tests.

* Source/WebCore/Modules/webaudio/BaseAudioContext.cpp:
(WebCore::BaseAudioContext::decodeAudioData):
* Source/WebCore/Modules/webaudio/BaseAudioContext.h:

Canonical link: https://commits.webkit.org/269616@main




More information about the webkit-changes mailing list