Index: Source/modules/speech/SpeechSynthesisVoice.cpp |
diff --git a/Source/modules/speech/SpeechSynthesisVoice.cpp b/Source/modules/speech/SpeechSynthesisVoice.cpp |
index 83ec578d41cc5592ca3d3d0de35d6b7ce050fb2c..677cc6be302dfcbe5b9deb149fd0d1df6e086a2b 100644 |
--- a/Source/modules/speech/SpeechSynthesisVoice.cpp |
+++ b/Source/modules/speech/SpeechSynthesisVoice.cpp |
@@ -26,7 +26,7 @@ |
#include "config.h" |
#include "modules/speech/SpeechSynthesisVoice.h" |
-namespace WebCore { |
+namespace blink { |
SpeechSynthesisVoice* SpeechSynthesisVoice::create(PlatformSpeechSynthesisVoice* voice) |
{ |
@@ -44,4 +44,4 @@ void SpeechSynthesisVoice::trace(Visitor* visitor) |
visitor->trace(m_platformVoice); |
} |
-} // namespace WebCore |
+} // namespace blink |