| Index: Source/platform/audio/mac/FFTFrameMac.cpp
 | 
| diff --git a/Source/platform/audio/mac/FFTFrameMac.cpp b/Source/platform/audio/mac/FFTFrameMac.cpp
 | 
| index cf53ddb1a6b093052b9549bfa92124a6795f026e..d1576b8ce78ce17ac202e486f2fd350c15dc92d9 100644
 | 
| --- a/Source/platform/audio/mac/FFTFrameMac.cpp
 | 
| +++ b/Source/platform/audio/mac/FFTFrameMac.cpp
 | 
| @@ -30,8 +30,6 @@
 | 
|  
 | 
|  #include "config.h"
 | 
|  
 | 
| -#if ENABLE(WEB_AUDIO)
 | 
| -
 | 
|  #if OS(MACOSX)
 | 
|  
 | 
|  #include "platform/audio/FFTFrame.h"
 | 
| @@ -156,5 +154,3 @@ void FFTFrame::cleanup()
 | 
|  } // namespace blink
 | 
|  
 | 
|  #endif // #if OS(MACOSX)
 | 
| -
 | 
| -#endif // ENABLE(WEB_AUDIO)
 | 
| 
 |