| Index: Source/modules/webaudio/AudioDestinationNode.cpp
|
| diff --git a/Source/modules/webaudio/AudioDestinationNode.cpp b/Source/modules/webaudio/AudioDestinationNode.cpp
|
| index 180648e47f9143ef7fff0b688afc091a0633d63e..20cb45fcb33ebe40b09c9e856c2900fab3820e3f 100644
|
| --- a/Source/modules/webaudio/AudioDestinationNode.cpp
|
| +++ b/Source/modules/webaudio/AudioDestinationNode.cpp
|
| @@ -34,7 +34,7 @@
|
| #include "modules/webaudio/AudioNodeInput.h"
|
| #include "modules/webaudio/AudioNodeOutput.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| AudioDestinationNode::AudioDestinationNode(AudioContext* context, float sampleRate)
|
| : AudioNode(context, sampleRate)
|
| @@ -93,6 +93,6 @@ void AudioDestinationNode::render(AudioBus* sourceBus, AudioBus* destinationBus,
|
| m_currentSampleFrame += numberOfFrames;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ENABLE(WEB_AUDIO)
|
|
|