Index: Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp |
diff --git a/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp b/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp |
index 97e988a2f6b193f8f912fe990025d72da8a7481f..2c0a93ea71a88c78bd7ffd29f4b3fa773a50c4be 100644 |
--- a/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp |
+++ b/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp |
@@ -26,7 +26,7 @@ |
#include "config.h" |
#include "platform/speech/PlatformSpeechSynthesisUtterance.h" |
-namespace WebCore { |
+namespace blink { |
PlatformSpeechSynthesisUtterance* PlatformSpeechSynthesisUtterance::create(PlatformSpeechSynthesisUtteranceClient* client) |
{ |
@@ -47,4 +47,4 @@ void PlatformSpeechSynthesisUtterance::trace(Visitor* visitor) |
visitor->trace(m_voice); |
} |
-} // namespace WebCore |
+} // namespace blink |