| Index: third_party/WebKit/Source/platform/audio/ZeroPole.cpp
 | 
| diff --git a/third_party/WebKit/Source/platform/audio/ZeroPole.cpp b/third_party/WebKit/Source/platform/audio/ZeroPole.cpp
 | 
| index 9f15ba3d74f5db94300536ee9b3d80b97f94a26c..89ee3990e854ded3d6535ffe0202e813992aadb0 100644
 | 
| --- a/third_party/WebKit/Source/platform/audio/ZeroPole.cpp
 | 
| +++ b/third_party/WebKit/Source/platform/audio/ZeroPole.cpp
 | 
| @@ -27,8 +27,6 @@
 | 
|   */
 | 
|  
 | 
|  #include "platform/audio/ZeroPole.h"
 | 
| -
 | 
| -#if ENABLE(WEB_AUDIO)
 | 
|  #include "platform/audio/DenormalDisabler.h"
 | 
|  
 | 
|  namespace blink {
 | 
| @@ -68,4 +66,3 @@ void ZeroPole::process(const float *source, float *destination, unsigned framesT
 | 
|  
 | 
|  } // namespace blink
 | 
|  
 | 
| -#endif // ENABLE(WEB_AUDIO)
 | 
| 
 |