Index: Source/modules/webaudio/ChannelMergerNode.cpp |
diff --git a/Source/modules/webaudio/ChannelMergerNode.cpp b/Source/modules/webaudio/ChannelMergerNode.cpp |
index de7ad660d1b8260bb0467a45e8f0c270ed27ecc7..eaba95fc65d192fcdae4b683dc7b9688f5d307fa 100644 |
--- a/Source/modules/webaudio/ChannelMergerNode.cpp |
+++ b/Source/modules/webaudio/ChannelMergerNode.cpp |
@@ -38,7 +38,7 @@ |
const unsigned DefaultNumberOfOutputChannels = 1; |
-namespace WebCore { |
+namespace blink { |
PassRefPtrWillBeRawPtr<ChannelMergerNode> ChannelMergerNode::create(AudioContext* context, float sampleRate, unsigned numberOfInputs) |
{ |
@@ -132,6 +132,6 @@ void ChannelMergerNode::checkNumberOfChannelsForInput(AudioNodeInput* input) |
AudioNode::checkNumberOfChannelsForInput(input); |
} |
-} // namespace WebCore |
+} // namespace blink |
#endif // ENABLE(WEB_AUDIO) |