| Index: Source/modules/webaudio/DefaultAudioDestinationNode.cpp
 | 
| diff --git a/Source/modules/webaudio/DefaultAudioDestinationNode.cpp b/Source/modules/webaudio/DefaultAudioDestinationNode.cpp
 | 
| index 27436a24499f8337aa8835d4bd330973a68f5f57..989da5226674436a9a076f9de343ab6c387a2d17 100644
 | 
| --- a/Source/modules/webaudio/DefaultAudioDestinationNode.cpp
 | 
| +++ b/Source/modules/webaudio/DefaultAudioDestinationNode.cpp
 | 
| @@ -24,8 +24,6 @@
 | 
|  
 | 
|  #include "config.h"
 | 
|  
 | 
| -#if ENABLE(WEB_AUDIO)
 | 
| -
 | 
|  #include "modules/webaudio/DefaultAudioDestinationNode.h"
 | 
|  
 | 
|  #include "bindings/core/v8/ExceptionMessages.h"
 | 
| @@ -126,5 +124,3 @@ void DefaultAudioDestinationNode::setChannelCount(unsigned long channelCount, Ex
 | 
|  }
 | 
|  
 | 
|  } // namespace blink
 | 
| -
 | 
| -#endif // ENABLE(WEB_AUDIO)
 | 
| 
 |