Index: third_party/WebKit/Source/platform/audio/FFTConvolver.h |
diff --git a/third_party/WebKit/Source/platform/audio/FFTConvolver.h b/third_party/WebKit/Source/platform/audio/FFTConvolver.h |
index c7efbdc632355bef8a246902304d93919444a489..7a268c41a347c62e45343f98af3d28469d8e3692 100644 |
--- a/third_party/WebKit/Source/platform/audio/FFTConvolver.h |
+++ b/third_party/WebKit/Source/platform/audio/FFTConvolver.h |
@@ -34,8 +34,6 @@ |
#include "wtf/Allocator.h" |
#include "wtf/Noncopyable.h" |
-#if ENABLE(WEB_AUDIO) |
- |
namespace blink { |
class PLATFORM_EXPORT FFTConvolver { |
@@ -74,6 +72,4 @@ private: |
} // namespace blink |
-#endif // ENABLE(WEB_AUDIO) |
- |
#endif // FFTConvolver_h |