Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / speech / SpeechSynthesisVoice.cpp
index 83ec578..677cc6b 100644 (file)
@@ -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