Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / speech / DOMWindowSpeechSynthesis.cpp
index d67d3b6..e58f89f 100644 (file)
@@ -35,7 +35,7 @@
 #include "core/frame/LocalFrame.h"
 #include "wtf/PassRefPtr.h"
 
-namespace WebCore {
+namespace blink {
 
 DOMWindowSpeechSynthesis::DOMWindowSpeechSynthesis(LocalDOMWindow& window)
     : DOMWindowProperty(window.frame())
@@ -81,4 +81,4 @@ void DOMWindowSpeechSynthesis::trace(Visitor* visitor)
     WillBeHeapSupplement<LocalDOMWindow>::trace(visitor);
 }
 
-} // namespace WebCore
+} // namespace blink