Title: [270898] branches/safari-610-branch/Source/WebCore/Modules/webaudio/StereoPannerNode.cpp
- Revision
- 270898
- Author
- [email protected]
- Date
- 2020-12-16 11:14:16 -0800 (Wed, 16 Dec 2020)
Log Message
Unreviewed build fix. rdar://problem/72298523
Missing imports. Partial cherry-pick of r266061.
Modified Paths
Diff
Modified: branches/safari-610-branch/Source/WebCore/Modules/webaudio/StereoPannerNode.cpp (270897 => 270898)
--- branches/safari-610-branch/Source/WebCore/Modules/webaudio/StereoPannerNode.cpp 2020-12-16 18:31:52 UTC (rev 270897)
+++ branches/safari-610-branch/Source/WebCore/Modules/webaudio/StereoPannerNode.cpp 2020-12-16 19:14:16 UTC (rev 270898)
@@ -30,6 +30,9 @@
#if ENABLE(WEB_AUDIO)
#include "AudioBus.h"
+#include "AudioNodeInput.h"
+#include "AudioNodeOutput.h"
+#include <wtf/IsoMallocInlines.h>
namespace WebCore {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes