| Index: Source/platform/audio/ZeroPole.cpp
 | 
| diff --git a/Source/platform/audio/ZeroPole.cpp b/Source/platform/audio/ZeroPole.cpp
 | 
| index 0d569fd30ef392db4fd648318502cfcbd45a2593..d577da9204464f2d2fba3bce52430294661d39da 100644
 | 
| --- a/Source/platform/audio/ZeroPole.cpp
 | 
| +++ b/Source/platform/audio/ZeroPole.cpp
 | 
| @@ -28,8 +28,6 @@
 | 
|  
 | 
|  #include "config.h"
 | 
|  
 | 
| -#if ENABLE(WEB_AUDIO)
 | 
| -
 | 
|  #include "platform/audio/ZeroPole.h"
 | 
|  
 | 
|  #include "platform/audio/DenormalDisabler.h"
 | 
| @@ -70,5 +68,3 @@ void ZeroPole::process(const float *source, float *destination, unsigned framesT
 | 
|  }
 | 
|  
 | 
|  } // namespace blink
 | 
| -
 | 
| -#endif // ENABLE(WEB_AUDIO)
 | 
| 
 |