| Index: Source/modules/webaudio/AudioNodeInput.cpp
 | 
| diff --git a/Source/modules/webaudio/AudioNodeInput.cpp b/Source/modules/webaudio/AudioNodeInput.cpp
 | 
| index 6620ec44e12e159f113ed274ee709b7aa7379ea0..9ecc6ac4e8af9f3d3a4b5f40691a66ea7aa514b8 100644
 | 
| --- a/Source/modules/webaudio/AudioNodeInput.cpp
 | 
| +++ b/Source/modules/webaudio/AudioNodeInput.cpp
 | 
| @@ -24,8 +24,6 @@
 | 
|  
 | 
|  #include "config.h"
 | 
|  
 | 
| -#if ENABLE(WEB_AUDIO)
 | 
| -
 | 
|  #include "modules/webaudio/AudioNodeInput.h"
 | 
|  
 | 
|  #include "modules/webaudio/AudioContext.h"
 | 
| @@ -231,5 +229,3 @@ AudioBus* AudioNodeInput::pull(AudioBus* inPlaceBus, size_t framesToProcess)
 | 
|  }
 | 
|  
 | 
|  } // namespace blink
 | 
| -
 | 
| -#endif // ENABLE(WEB_AUDIO)
 | 
| 
 |