| Index: Source/modules/webaudio/MediaElementAudioSourceNode.h
|
| diff --git a/Source/modules/webaudio/MediaElementAudioSourceNode.h b/Source/modules/webaudio/MediaElementAudioSourceNode.h
|
| index 932c2639a7d5dfb46de4c132e5b676df95c458f8..950d089ee48996271b449ba8aba2e2b8bf444458 100644
|
| --- a/Source/modules/webaudio/MediaElementAudioSourceNode.h
|
| +++ b/Source/modules/webaudio/MediaElementAudioSourceNode.h
|
| @@ -34,7 +34,7 @@
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/ThreadingPrimitives.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class AudioContext;
|
| class HTMLMediaElement;
|
| @@ -75,7 +75,7 @@ private:
|
| RefPtr<MediaElementAudioSourceNode> m_keepAliveWhileLocking;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ENABLE(WEB_AUDIO)
|
|
|
|
|