| Index: Source/platform/audio/HRTFDatabase.cpp
|
| diff --git a/Source/platform/audio/HRTFDatabase.cpp b/Source/platform/audio/HRTFDatabase.cpp
|
| index 1815742f45ba3e9944be5c618f51e12a192e0469..ca051dfaab6593dbf824be84ecb56122765d0110 100644
|
| --- a/Source/platform/audio/HRTFDatabase.cpp
|
| +++ b/Source/platform/audio/HRTFDatabase.cpp
|
| @@ -28,8 +28,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| #include "platform/audio/HRTFDatabase.h"
|
|
|
| namespace blink {
|
| @@ -116,5 +114,3 @@ unsigned HRTFDatabase::indexFromElevationAngle(double elevationAngle)
|
| }
|
|
|
| } // namespace blink
|
| -
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|