| Index: Source/platform/audio/Distance.cpp
|
| diff --git a/Source/platform/audio/Distance.cpp b/Source/platform/audio/Distance.cpp
|
| index 919371d4480665180599f6d5a4b99cccd3dfbdf7..b1433d3af152ae11ad4a24264e884182beaf5d57 100644
|
| --- a/Source/platform/audio/Distance.cpp
|
| +++ b/Source/platform/audio/Distance.cpp
|
| @@ -28,8 +28,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| #include "platform/audio/Distance.h"
|
| #include "wtf/Assertions.h"
|
|
|
| @@ -86,5 +84,3 @@ double DistanceEffect::exponentialGain(double distance)
|
| }
|
|
|
| } // namespace blink
|
| -
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|