| Index: Source/modules/webaudio/AudioSummingJunction.cpp
|
| diff --git a/Source/modules/webaudio/AudioSummingJunction.cpp b/Source/modules/webaudio/AudioSummingJunction.cpp
|
| index 91b9e9104254668e7e2b85bc218ffc372d7a2a56..f75df62584992f29b40ffac2b99ec562173ecdbe 100644
|
| --- a/Source/modules/webaudio/AudioSummingJunction.cpp
|
| +++ b/Source/modules/webaudio/AudioSummingJunction.cpp
|
| @@ -32,7 +32,7 @@
|
| #include "modules/webaudio/AudioNodeOutput.h"
|
| #include <algorithm>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| AudioSummingJunction::AudioSummingJunction(AudioContext* context)
|
| : m_context(context)
|
| @@ -82,6 +82,6 @@ void AudioSummingJunction::updateRenderingState()
|
| }
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ENABLE(WEB_AUDIO)
|
|
|