Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / speech / SpeechSynthesisEvent.cpp
index 2aea33e..f873887 100644 (file)
@@ -26,7 +26,7 @@
 #include "config.h"
 #include "modules/speech/SpeechSynthesisEvent.h"
 
-namespace WebCore {
+namespace blink {
 
 PassRefPtrWillBeRawPtr<SpeechSynthesisEvent> SpeechSynthesisEvent::create()
 {
@@ -52,4 +52,4 @@ SpeechSynthesisEvent::SpeechSynthesisEvent(const AtomicString& type, unsigned lo
     ScriptWrappable::init(this);
 }
 
-} // namespace WebCore
+} // namespace blink