| Index: Source/modules/speech/SpeechRecognitionAlternative.cpp
|
| diff --git a/Source/modules/speech/SpeechRecognitionAlternative.cpp b/Source/modules/speech/SpeechRecognitionAlternative.cpp
|
| index ad99b54b15533ec53f8a85fe8e0bdaee26bfcb99..bb17cf439b7d0c949f98e31fd074294888af0c8c 100644
|
| --- a/Source/modules/speech/SpeechRecognitionAlternative.cpp
|
| +++ b/Source/modules/speech/SpeechRecognitionAlternative.cpp
|
| @@ -27,7 +27,7 @@
|
|
|
| #include "modules/speech/SpeechRecognitionAlternative.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| SpeechRecognitionAlternative* SpeechRecognitionAlternative::create(const String& transcript, double confidence)
|
| {
|
| @@ -41,4 +41,4 @@ SpeechRecognitionAlternative::SpeechRecognitionAlternative(const String& transcr
|
| ScriptWrappable::init(this);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|