Index: Source/modules/webaudio/WaveShaperNode.cpp |
diff --git a/Source/modules/webaudio/WaveShaperNode.cpp b/Source/modules/webaudio/WaveShaperNode.cpp |
index b8d895a7161974ef1dd8de66c5c734588be15153..5da8cb4dc51f789be24162cb8c934e79c0e41dd7 100644 |
--- a/Source/modules/webaudio/WaveShaperNode.cpp |
+++ b/Source/modules/webaudio/WaveShaperNode.cpp |
@@ -24,8 +24,6 @@ |
#include "config.h" |
-#if ENABLE(WEB_AUDIO) |
- |
#include "modules/webaudio/WaveShaperNode.h" |
#include "bindings/core/v8/ExceptionMessages.h" |
@@ -91,5 +89,3 @@ String WaveShaperNode::oversample() const |
} |
} // namespace blink |
- |
-#endif // ENABLE(WEB_AUDIO) |