Index: third_party/WebKit/Source/platform/audio/Panner.h |
diff --git a/third_party/WebKit/Source/platform/audio/Panner.h b/third_party/WebKit/Source/platform/audio/Panner.h |
index 85a94550c6324f1c25ddce77ffb1063a0aaf643c..84662f0d5c8b7a50f7bbad024f1a57924f1f871f 100644 |
--- a/third_party/WebKit/Source/platform/audio/Panner.h |
+++ b/third_party/WebKit/Source/platform/audio/Panner.h |
@@ -35,8 +35,6 @@ |
#include "wtf/PassOwnPtr.h" |
#include "wtf/build_config.h" |
-#if ENABLE(WEB_AUDIO) |
- |
namespace blink { |
class AudioBus; |
@@ -76,6 +74,4 @@ protected: |
} // namespace blink |
-#endif // ENABLE(WEB_AUDIO) |
- |
#endif // Panner_h |