| Index: Source/modules/webaudio/AudioSummingJunction.h
|
| diff --git a/Source/modules/webaudio/AudioSummingJunction.h b/Source/modules/webaudio/AudioSummingJunction.h
|
| index e05c2be9affbf59fd7a918e0882d4ed8346dec3b..263558569ff315a2b4cd478f560532ab38e878f5 100644
|
| --- a/Source/modules/webaudio/AudioSummingJunction.h
|
| +++ b/Source/modules/webaudio/AudioSummingJunction.h
|
| @@ -30,7 +30,7 @@
|
| #include "wtf/HashSet.h"
|
| #include "wtf/Vector.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class AudioContext;
|
| class AudioNodeOutput;
|
| @@ -88,6 +88,6 @@ protected:
|
| bool m_renderingStateNeedUpdating;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // AudioSummingJunction_h
|
|
|