| Index: Source/modules/webaudio/RealtimeAnalyser.cpp
|
| diff --git a/Source/modules/webaudio/RealtimeAnalyser.cpp b/Source/modules/webaudio/RealtimeAnalyser.cpp
|
| index 8a207e5ebba7b426677e8c26501cf18f83e44348..c4ddf91ee72c93a6c1a4bf124151301e83675203 100644
|
| --- a/Source/modules/webaudio/RealtimeAnalyser.cpp
|
| +++ b/Source/modules/webaudio/RealtimeAnalyser.cpp
|
| @@ -24,8 +24,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| #include "modules/webaudio/RealtimeAnalyser.h"
|
|
|
| #include "platform/audio/AudioBus.h"
|
| @@ -322,5 +320,3 @@ void RealtimeAnalyser::getByteTimeDomainData(Uint8Array* destinationArray)
|
| }
|
|
|
| } // namespace blink
|
| -
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|