| Index: third_party/WebKit/Source/platform/audio/VectorMath.h
|
| diff --git a/third_party/WebKit/Source/platform/audio/VectorMath.h b/third_party/WebKit/Source/platform/audio/VectorMath.h
|
| index 265222f5d61825454a93d2cf5505a3cbbefdbe06..467ef7507d863ac1dcb4783c40edc891110f1ce6 100644
|
| --- a/third_party/WebKit/Source/platform/audio/VectorMath.h
|
| +++ b/third_party/WebKit/Source/platform/audio/VectorMath.h
|
| @@ -29,8 +29,6 @@
|
| #include "wtf/build_config.h"
|
| #include <cstddef>
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| // Defines the interface for several vector math functions whose implementation will ideally be optimized.
|
|
|
| namespace blink {
|
| @@ -60,6 +58,4 @@ PLATFORM_EXPORT void vclip(const float* sourceP, int sourceStride, const float*
|
| } // namespace VectorMath
|
| } // namespace blink
|
|
|
| -#endif // ENABLE(WEB_AUDIO)
|
| -
|
| #endif // VectorMath_h
|
|
|