Index: third_party/WebKit/Source/platform/audio/Distance.h |
diff --git a/third_party/WebKit/Source/platform/audio/Distance.h b/third_party/WebKit/Source/platform/audio/Distance.h |
index 54f7a36f6a57b5465272797b6b1381a8c0723c44..7ca2a80903e58418bbdd74bbcb152bbcdcf39a3c 100644 |
--- a/third_party/WebKit/Source/platform/audio/Distance.h |
+++ b/third_party/WebKit/Source/platform/audio/Distance.h |
@@ -33,8 +33,6 @@ |
#include "wtf/Allocator.h" |
#include "wtf/build_config.h" |
-#if ENABLE(WEB_AUDIO) |
- |
namespace blink { |
// Distance models are defined according to the OpenAL specification: |
@@ -85,6 +83,4 @@ protected: |
} // namespace blink |
-#endif // ENABLE(WEB_AUDIO) |
- |
#endif // Distance_h |