| Index: Source/platform/audio/HRTFDatabaseLoader.cpp
|
| diff --git a/Source/platform/audio/HRTFDatabaseLoader.cpp b/Source/platform/audio/HRTFDatabaseLoader.cpp
|
| index a64f0ddbfb449dafb27502d0c02b9e69d0fb795b..f235fc6246446a1d1161405e95bc2f7e44b7ed90 100644
|
| --- a/Source/platform/audio/HRTFDatabaseLoader.cpp
|
| +++ b/Source/platform/audio/HRTFDatabaseLoader.cpp
|
| @@ -28,8 +28,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| #include "platform/audio/HRTFDatabaseLoader.h"
|
|
|
| #include "platform/Task.h"
|
| @@ -110,5 +108,3 @@ void HRTFDatabaseLoader::waitForLoaderThreadCompletion()
|
| }
|
|
|
| } // namespace blink
|
| -
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|