summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/modules/webaudio/StereoPannerNode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/Source/modules/webaudio/StereoPannerNode.cpp')
-rw-r--r--third_party/WebKit/Source/modules/webaudio/StereoPannerNode.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/third_party/WebKit/Source/modules/webaudio/StereoPannerNode.cpp b/third_party/WebKit/Source/modules/webaudio/StereoPannerNode.cpp
index 95beb2c6..0692d9f 100644
--- a/third_party/WebKit/Source/modules/webaudio/StereoPannerNode.cpp
+++ b/third_party/WebKit/Source/modules/webaudio/StereoPannerNode.cpp
@@ -3,8 +3,6 @@
// found in the LICENSE file.
#include "modules/webaudio/StereoPannerNode.h"
-
-#if ENABLE(WEB_AUDIO)
#include "bindings/core/v8/ExceptionMessages.h"
#include "bindings/core/v8/ExceptionState.h"
#include "core/dom/ExceptionCode.h"
@@ -161,4 +159,3 @@ AudioParam* StereoPannerNode::pan() const
} // namespace blink
-#endif // ENABLE(WEB_AUDIO)