summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.cpp')
-rw-r--r--third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.cpp b/third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.cpp
index f1ba8be..0dceaa9 100644
--- a/third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.cpp
+++ b/third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.cpp
@@ -23,8 +23,6 @@
*/
#include "modules/webaudio/AudioBufferSourceNode.h"
-
-#if ENABLE(WEB_AUDIO)
#include "bindings/core/v8/ExceptionMessages.h"
#include "bindings/core/v8/ExceptionState.h"
#include "core/dom/ExceptionCode.h"
@@ -713,4 +711,3 @@ void AudioBufferSourceNode::start(double when, double grainOffset, double grainD
} // namespace blink
-#endif // ENABLE(WEB_AUDIO)