Index: Source/modules/speech/SpeechSynthesisUtterance.cpp |
diff --git a/Source/modules/speech/SpeechSynthesisUtterance.cpp b/Source/modules/speech/SpeechSynthesisUtterance.cpp |
index 144342edf72aae9c83d17627057eb33d7fe555e7..2f97ca2c13a5eb51be7be8b5a2f0550522f21996 100644 |
--- a/Source/modules/speech/SpeechSynthesisUtterance.cpp |
+++ b/Source/modules/speech/SpeechSynthesisUtterance.cpp |
@@ -26,7 +26,7 @@ |
#include "config.h" |
#include "modules/speech/SpeechSynthesisUtterance.h" |
-namespace WebCore { |
+namespace blink { |
SpeechSynthesisUtterance* SpeechSynthesisUtterance::create(ExecutionContext* context, const String& text) |
{ |
@@ -77,4 +77,4 @@ void SpeechSynthesisUtterance::trace(Visitor* visitor) |
EventTargetWithInlineData::trace(visitor); |
} |
-} // namespace WebCore |
+} // namespace blink |