Index: third_party/WebKit/Source/platform/audio/StereoPanner.cpp |
diff --git a/third_party/WebKit/Source/platform/audio/StereoPanner.cpp b/third_party/WebKit/Source/platform/audio/StereoPanner.cpp |
index 9d6ff305c9195d080cc565e89c242c063cb0dc5f..bc636e286b0b1da790ddbd706a9991c04a829a3e 100644 |
--- a/third_party/WebKit/Source/platform/audio/StereoPanner.cpp |
+++ b/third_party/WebKit/Source/platform/audio/StereoPanner.cpp |
@@ -3,8 +3,6 @@ |
// found in the LICENSE file. |
#include "platform/audio/StereoPanner.h" |
- |
-#if ENABLE(WEB_AUDIO) |
#include "platform/audio/AudioBus.h" |
#include "platform/audio/AudioUtilities.h" |
#include "wtf/MathExtras.h" |
@@ -171,4 +169,3 @@ void StereoPanner::panToTargetValue(const AudioBus* inputBus, AudioBus* outputBu |
} // namespace blink |
-#endif // ENABLE(WEB_AUDIO) |