Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / webaudio / ChannelMergerNode.h
index ea62eff..a975057 100644 (file)
@@ -32,7 +32,7 @@
 #include "modules/webaudio/AudioNode.h"
 #include "wtf/PassRefPtr.h"
 
-namespace WebCore {
+namespace blink {
 
 class AudioContext;
 
@@ -55,6 +55,6 @@ private:
     ChannelMergerNode(AudioContext*, float sampleRate, unsigned numberOfInputs);
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // ChannelMergerNode_h