Index: Source/modules/webaudio/AudioNodeInput.cpp |
diff --git a/Source/modules/webaudio/AudioNodeInput.cpp b/Source/modules/webaudio/AudioNodeInput.cpp |
index ca466b456205bc58b1a267390543bd8363b18526..8e5b06dd31df8c231565888cfdbc2fb947617381 100644 |
--- a/Source/modules/webaudio/AudioNodeInput.cpp |
+++ b/Source/modules/webaudio/AudioNodeInput.cpp |
@@ -32,7 +32,7 @@ |
#include "modules/webaudio/AudioNodeOutput.h" |
#include <algorithm> |
-namespace WebCore { |
+namespace blink { |
inline AudioNodeInput::AudioNodeInput(AudioNode& node) |
: AudioSummingJunction(node.context()) |
@@ -230,6 +230,6 @@ AudioBus* AudioNodeInput::pull(AudioBus* inPlaceBus, size_t framesToProcess) |
return internalSummingBus; |
} |
-} // namespace WebCore |
+} // namespace blink |
#endif // ENABLE(WEB_AUDIO) |