| Index: Source/modules/speech/SpeechGrammarList.cpp
|
| diff --git a/Source/modules/speech/SpeechGrammarList.cpp b/Source/modules/speech/SpeechGrammarList.cpp
|
| index d2dbf0fc2ec7a4fc1b1fdc25d178d6232ec5908d..905e51774e03fdbc9ee50fd95b1924d333d88978 100644
|
| --- a/Source/modules/speech/SpeechGrammarList.cpp
|
| +++ b/Source/modules/speech/SpeechGrammarList.cpp
|
| @@ -29,7 +29,7 @@
|
|
|
| #include "core/dom/Document.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| SpeechGrammarList* SpeechGrammarList::create()
|
| {
|
| @@ -66,4 +66,4 @@ void SpeechGrammarList::trace(Visitor* visitor)
|
| visitor->trace(m_grammars);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|