Index: Source/modules/speech/SpeechGrammar.cpp |
diff --git a/Source/modules/speech/SpeechGrammar.cpp b/Source/modules/speech/SpeechGrammar.cpp |
index c051e1732fda8e01fa754851ee4e98f3050a96f2..73b8701e1ca5c57090b1440d53ac0bf23514d2ba 100644 |
--- a/Source/modules/speech/SpeechGrammar.cpp |
+++ b/Source/modules/speech/SpeechGrammar.cpp |
@@ -29,7 +29,7 @@ |
#include "core/dom/Document.h" |
-namespace WebCore { |
+namespace blink { |
SpeechGrammar* SpeechGrammar::create() |
{ |
@@ -60,4 +60,4 @@ SpeechGrammar::SpeechGrammar(const KURL& src, double weight) |
ScriptWrappable::init(this); |
} |
-} // namespace WebCore |
+} // namespace blink |