| Index: Source/modules/speech/SpeechRecognitionEvent.cpp
|
| diff --git a/Source/modules/speech/SpeechRecognitionEvent.cpp b/Source/modules/speech/SpeechRecognitionEvent.cpp
|
| index e689887381044c27dc08933364ec726df24aa040..713c663c4f3ac3a957575815cee4eac7c369f56b 100644
|
| --- a/Source/modules/speech/SpeechRecognitionEvent.cpp
|
| +++ b/Source/modules/speech/SpeechRecognitionEvent.cpp
|
| @@ -27,7 +27,7 @@
|
|
|
| #include "modules/speech/SpeechRecognitionEvent.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| SpeechRecognitionEventInit::SpeechRecognitionEventInit()
|
| : resultIndex(0)
|
| @@ -97,4 +97,4 @@ void SpeechRecognitionEvent::trace(Visitor* visitor)
|
| Event::trace(visitor);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|