Index: third_party/WebKit/Source/modules/webaudio/PeriodicWave.cpp |
diff --git a/third_party/WebKit/Source/modules/webaudio/PeriodicWave.cpp b/third_party/WebKit/Source/modules/webaudio/PeriodicWave.cpp |
index 8258560cb18d281c79285dbbbf4c5f398fb268f7..7bfedbe0b1b9f2a46b6c85d4afaa09ec19be91e5 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/PeriodicWave.cpp |
+++ b/third_party/WebKit/Source/modules/webaudio/PeriodicWave.cpp |
@@ -27,8 +27,6 @@ |
*/ |
#include "modules/webaudio/PeriodicWave.h" |
- |
-#if ENABLE(WEB_AUDIO) |
#include "modules/webaudio/OscillatorNode.h" |
#include "platform/audio/FFTFrame.h" |
#include "platform/audio/VectorMath.h" |
@@ -316,4 +314,3 @@ void PeriodicWave::generateBasicWaveform(int shape) |
} // namespace blink |
-#endif // ENABLE(WEB_AUDIO) |