Index: Source/modules/webaudio/AudioListener.cpp |
diff --git a/Source/modules/webaudio/AudioListener.cpp b/Source/modules/webaudio/AudioListener.cpp |
index 94466c9a19f43f53fb90ce37373392f2ece23a7e..ded20b737c556530a2eada717f00a94a9f49c4d3 100644 |
--- a/Source/modules/webaudio/AudioListener.cpp |
+++ b/Source/modules/webaudio/AudioListener.cpp |
@@ -35,7 +35,7 @@ |
#include "modules/webaudio/PannerNode.h" |
#include "platform/audio/AudioBus.h" |
-namespace WebCore { |
+namespace blink { |
AudioListener::AudioListener() |
: m_position(0, 0, 0) |
@@ -143,6 +143,6 @@ void AudioListener::setSpeedOfSound(double speedOfSound) |
markPannersAsDirty(PannerNode::DopplerRateDirty); |
} |
-} // namespace WebCore |
+} // namespace blink |
#endif // ENABLE(WEB_AUDIO) |