| Index: Source/modules/speech/SpeechRecognitionResult.cpp
|
| diff --git a/Source/modules/speech/SpeechRecognitionResult.cpp b/Source/modules/speech/SpeechRecognitionResult.cpp
|
| index 92429138685a473322028b66b2940a78312e6a2d..5b397b53d8a0ad2f39606c34413d84257913982f 100644
|
| --- a/Source/modules/speech/SpeechRecognitionResult.cpp
|
| +++ b/Source/modules/speech/SpeechRecognitionResult.cpp
|
| @@ -27,7 +27,7 @@
|
|
|
| #include "modules/speech/SpeechRecognitionResult.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| SpeechRecognitionResult::~SpeechRecognitionResult()
|
| {
|
| @@ -58,4 +58,4 @@ void SpeechRecognitionResult::trace(Visitor* visitor)
|
| visitor->trace(m_alternatives);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|