| Index: Source/platform/audio/HRTFPanner.cpp
|
| diff --git a/Source/platform/audio/HRTFPanner.cpp b/Source/platform/audio/HRTFPanner.cpp
|
| index d730289347e9dd7d206df57c92a56e14a5fe4edd..6710bbd8728a19fc7c717a83559e35ce4ef62086 100644
|
| --- a/Source/platform/audio/HRTFPanner.cpp
|
| +++ b/Source/platform/audio/HRTFPanner.cpp
|
| @@ -24,8 +24,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| #include "platform/audio/HRTFPanner.h"
|
|
|
| #include <algorithm>
|
| @@ -324,5 +322,3 @@ void HRTFPanner::trace(Visitor* visitor)
|
| }
|
|
|
| } // namespace blink
|
| -
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|