| Index: third_party/WebKit/Source/platform/audio/ipp/FFTFrameIPP.cpp
 | 
| diff --git a/third_party/WebKit/Source/platform/audio/ipp/FFTFrameIPP.cpp b/third_party/WebKit/Source/platform/audio/ipp/FFTFrameIPP.cpp
 | 
| index fd3191d99b2da92b33454a74a556d5c9d0cc2e8d..5998d80c9ef5155f0a0fbbc29bef3af521a8a78e 100644
 | 
| --- a/third_party/WebKit/Source/platform/audio/ipp/FFTFrameIPP.cpp
 | 
| +++ b/third_party/WebKit/Source/platform/audio/ipp/FFTFrameIPP.cpp
 | 
| @@ -29,8 +29,6 @@
 | 
|  
 | 
|  #include "wtf/build_config.h"
 | 
|  
 | 
| -#if ENABLE(WEB_AUDIO)
 | 
| -
 | 
|  #if USE(WEBAUDIO_IPP)
 | 
|  
 | 
|  #include "platform/audio/FFTFrame.h"
 | 
| @@ -140,4 +138,3 @@ float* FFTFrame::getUpToDateComplexData()
 | 
|  
 | 
|  #endif // USE(WEBAUDIO_IPP)
 | 
|  
 | 
| -#endif // ENABLE(WEB_AUDIO)
 | 
| 
 |