Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unreviewed build fix for non-unified build.
* Modules/webaudio/WaveShaperProcessor.cpp:

Canonical link: https://commits.webkit.org/242601@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@283655 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
cdumez committed Oct 6, 2021
1 parent 5f2a100 commit c0acba4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Source/WebCore/ChangeLog
@@ -1,3 +1,9 @@
2021-10-06 Chris Dumez <cdumez@apple.com>

Unreviewed build fix for non-unified build.

* Modules/webaudio/WaveShaperProcessor.cpp:

2021-10-06 Ben Nham <nham@apple.com>

WaveShaperProcessor missing JSTypedArrays include
Expand Down
2 changes: 1 addition & 1 deletion Source/WebCore/Modules/webaudio/WaveShaperProcessor.cpp
Expand Up @@ -29,7 +29,7 @@
#include "WaveShaperProcessor.h"

#include "WaveShaperDSPKernel.h"
#include <JavaScriptCore/JSTypedArrays.h>
#include <JavaScriptCore/Float32Array.h>

namespace WebCore {

Expand Down

0 comments on commit c0acba4

Please sign in to comment.