| Index: Source/platform/audio/DynamicsCompressor.cpp
 | 
| diff --git a/Source/platform/audio/DynamicsCompressor.cpp b/Source/platform/audio/DynamicsCompressor.cpp
 | 
| index f7c34ac33d1acdfc5d36f6f8269d5d60b0aefcfc..10c28fdc19a17e1dd5bcf0098262c88ad43c650d 100644
 | 
| --- a/Source/platform/audio/DynamicsCompressor.cpp
 | 
| +++ b/Source/platform/audio/DynamicsCompressor.cpp
 | 
| @@ -28,8 +28,6 @@
 | 
|  
 | 
|  #include "config.h"
 | 
|  
 | 
| -#if ENABLE(WEB_AUDIO)
 | 
| -
 | 
|  #include "platform/audio/DynamicsCompressor.h"
 | 
|  
 | 
|  #include "platform/audio/AudioBus.h"
 | 
| @@ -208,5 +206,3 @@ void DynamicsCompressor::setNumberOfChannels(unsigned numberOfChannels)
 | 
|  }
 | 
|  
 | 
|  } // namespace blink
 | 
| -
 | 
| -#endif // ENABLE(WEB_AUDIO)
 | 
| 
 |