| Index: Source/platform/audio/Cone.cpp
|
| diff --git a/Source/platform/audio/Cone.cpp b/Source/platform/audio/Cone.cpp
|
| index de4056d9c200ebd2ad96042fa2ecee46255e7f1e..8ca7c0b84ac06693ff02904a7788ad55d4feb304 100644
|
| --- a/Source/platform/audio/Cone.cpp
|
| +++ b/Source/platform/audio/Cone.cpp
|
| @@ -28,8 +28,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| #include "platform/audio/Cone.h"
|
| #include "wtf/MathExtras.h"
|
|
|
| @@ -81,5 +79,3 @@ double ConeEffect::gain(FloatPoint3D sourcePosition, FloatPoint3D sourceOrientat
|
| }
|
|
|
| } // namespace blink
|
| -
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|