summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/platform/audio/ReverbInputBuffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/Source/platform/audio/ReverbInputBuffer.cpp')
-rw-r--r--third_party/WebKit/Source/platform/audio/ReverbInputBuffer.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/third_party/WebKit/Source/platform/audio/ReverbInputBuffer.cpp b/third_party/WebKit/Source/platform/audio/ReverbInputBuffer.cpp
index 1a2804d..4ba25bcc 100644
--- a/third_party/WebKit/Source/platform/audio/ReverbInputBuffer.cpp
+++ b/third_party/WebKit/Source/platform/audio/ReverbInputBuffer.cpp
@@ -28,8 +28,6 @@
#include "platform/audio/ReverbInputBuffer.h"
-#if ENABLE(WEB_AUDIO)
-
namespace blink {
ReverbInputBuffer::ReverbInputBuffer(size_t length)
@@ -84,4 +82,3 @@ void ReverbInputBuffer::reset()
} // namespace blink
-#endif // ENABLE(WEB_AUDIO)