| Index: Source/platform/audio/EqualPowerPanner.cpp
|
| diff --git a/Source/platform/audio/EqualPowerPanner.cpp b/Source/platform/audio/EqualPowerPanner.cpp
|
| index 707fe28c28e162f44faa7857f6e3ab98f186b1d1..ea3ac567c09e1215f71ef6640af8c65d294a1318 100644
|
| --- a/Source/platform/audio/EqualPowerPanner.cpp
|
| +++ b/Source/platform/audio/EqualPowerPanner.cpp
|
| @@ -24,8 +24,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| #include "platform/audio/EqualPowerPanner.h"
|
|
|
| #include <algorithm>
|
| @@ -153,5 +151,3 @@ void EqualPowerPanner::pan(double azimuth, double /*elevation*/, const AudioBus*
|
| }
|
|
|
| } // namespace blink
|
| -
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|