Index: Source/web/WebSpeechGrammar.cpp |
diff --git a/Source/web/WebSpeechGrammar.cpp b/Source/web/WebSpeechGrammar.cpp |
index 74f3e454247eb72505baef06c6c241db3a6df257..1b9aaa5dd4677373e44900c9ef55c36f6b1cde36 100644 |
--- a/Source/web/WebSpeechGrammar.cpp |
+++ b/Source/web/WebSpeechGrammar.cpp |
@@ -29,7 +29,7 @@ |
#include "modules/speech/SpeechGrammar.h" |
#include "wtf/PassRefPtr.h" |
-namespace WebKit { |
+namespace blink { |
void WebSpeechGrammar::reset() |
{ |
@@ -64,4 +64,4 @@ float WebSpeechGrammar::weight() const |
return m_private->weight(); |
} |
-} // namespace WebKit |
+} // namespace blink |