Index: Source/modules/speech/DOMWindowSpeechSynthesis.cpp |
diff --git a/Source/modules/speech/DOMWindowSpeechSynthesis.cpp b/Source/modules/speech/DOMWindowSpeechSynthesis.cpp |
index d67d3b64af4a3952f0078ff07de3c48e63e946ed..e58f89f80b092cf4821710ee3b58742da3b08569 100644 |
--- a/Source/modules/speech/DOMWindowSpeechSynthesis.cpp |
+++ b/Source/modules/speech/DOMWindowSpeechSynthesis.cpp |
@@ -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 |