Index: Source/modules/webaudio/AudioBufferSourceNode.h |
diff --git a/Source/modules/webaudio/AudioBufferSourceNode.h b/Source/modules/webaudio/AudioBufferSourceNode.h |
index 907b1e40295c939759ea2a6b2bdf35b6908eaeca..37d1971be15fb0f816ec42e1161ff60bb51c126f 100644 |
--- a/Source/modules/webaudio/AudioBufferSourceNode.h |
+++ b/Source/modules/webaudio/AudioBufferSourceNode.h |
@@ -35,7 +35,7 @@ |
#include "wtf/RefPtr.h" |
#include "wtf/Threading.h" |
-namespace WebCore { |
+namespace blink { |
class AudioContext; |
@@ -141,6 +141,6 @@ private: |
mutable Mutex m_processLock; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // AudioBufferSourceNode_h |