| Index: Source/modules/webaudio/PeriodicWave.cpp
|
| diff --git a/Source/modules/webaudio/PeriodicWave.cpp b/Source/modules/webaudio/PeriodicWave.cpp
|
| index 40db05d8ab4bbeaa292715405b47f65298998fe2..06050bcda5ebe2cd3b50a03fd80d9501d9e5a2a0 100644
|
| --- a/Source/modules/webaudio/PeriodicWave.cpp
|
| +++ b/Source/modules/webaudio/PeriodicWave.cpp
|
| @@ -28,8 +28,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| #include "modules/webaudio/PeriodicWave.h"
|
|
|
| #include "platform/audio/FFTFrame.h"
|
| @@ -300,5 +298,3 @@ void PeriodicWave::generateBasicWaveform(int shape)
|
| }
|
|
|
| } // namespace blink
|
| -
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|