Index: third_party/WebKit/Source/platform/audio/HRTFElevation.h |
diff --git a/third_party/WebKit/Source/platform/audio/HRTFElevation.h b/third_party/WebKit/Source/platform/audio/HRTFElevation.h |
index 3b7f55909164ac2e3599577af6c73973b97c23eb..f9c74f76580e3998d2b19df9c61bb249f7990e7a 100644 |
--- a/third_party/WebKit/Source/platform/audio/HRTFElevation.h |
+++ b/third_party/WebKit/Source/platform/audio/HRTFElevation.h |
@@ -40,8 +40,6 @@ |
#include "wtf/text/CString.h" |
#include "wtf/text/WTFString.h" |
-#if ENABLE(WEB_AUDIO) |
- |
namespace blink { |
// HRTFElevation contains all of the HRTFKernels (one left ear and one right ear per azimuth angle) for a particular elevation. |
@@ -106,6 +104,4 @@ private: |
} // namespace blink |
-#endif // ENABLE(WEB_AUDIO) |
- |
#endif // HRTFElevation_h |