Index: third_party/WebKit/Source/platform/audio/Distance.cpp |
diff --git a/third_party/WebKit/Source/platform/audio/Distance.cpp b/third_party/WebKit/Source/platform/audio/Distance.cpp |
index 3569051585e961d7565b732538b11c2d0f17c22f..81b6eee6ead0275c7c942d0c4f0dc52bbaca337d 100644 |
--- a/third_party/WebKit/Source/platform/audio/Distance.cpp |
+++ b/third_party/WebKit/Source/platform/audio/Distance.cpp |
@@ -27,8 +27,6 @@ |
*/ |
#include "platform/audio/Distance.h" |
- |
-#if ENABLE(WEB_AUDIO) |
#include "wtf/Assertions.h" |
#include <math.h> |
#include <algorithm> |
@@ -84,4 +82,3 @@ double DistanceEffect::exponentialGain(double distance) |
} // namespace blink |
-#endif // ENABLE(WEB_AUDIO) |