| Index: third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.h
|
| diff --git a/third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.h b/third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.h
|
| index 853080da0ab259d953bb142715862922d5b9b134..bb8ef41ec753a6dc03714371e4d0e04a9a54fbfb 100644
|
| --- a/third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.h
|
| +++ b/third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.h
|
| @@ -36,8 +36,6 @@
|
| #include "wtf/OwnPtr.h"
|
| #include "wtf/PassOwnPtr.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| namespace blink {
|
|
|
| class PLATFORM_EXPORT DynamicsCompressorKernel {
|
| @@ -132,6 +130,4 @@ protected:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ENABLE(WEB_AUDIO)
|
| -
|
| #endif // DynamicsCompressorKernel_h
|
|
|