| Index: Source/modules/webaudio/AudioNodeOutput.cpp
|
| diff --git a/Source/modules/webaudio/AudioNodeOutput.cpp b/Source/modules/webaudio/AudioNodeOutput.cpp
|
| index 7f678b5e09d9f234c316e7e0c06a6212173b4c7b..c7f90ac08a188f426d9de39c1cacb9d4d476394b 100644
|
| --- a/Source/modules/webaudio/AudioNodeOutput.cpp
|
| +++ b/Source/modules/webaudio/AudioNodeOutput.cpp
|
| @@ -32,7 +32,7 @@
|
| #include "modules/webaudio/AudioNodeInput.h"
|
| #include "wtf/Threading.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| inline AudioNodeOutput::AudioNodeOutput(AudioNode* node, unsigned numberOfChannels)
|
| : m_node(node)
|
| @@ -229,6 +229,6 @@ void AudioNodeOutput::enable()
|
| }
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ENABLE(WEB_AUDIO)
|
|
|