| Index: Source/modules/speech/SpeechRecognitionError.cpp
|
| diff --git a/Source/modules/speech/SpeechRecognitionError.cpp b/Source/modules/speech/SpeechRecognitionError.cpp
|
| index 5e4bcee12e37187db62f3715986197c161afe29e..761120aab6e37acd2850e6e7890ba706ca7cd8df 100644
|
| --- a/Source/modules/speech/SpeechRecognitionError.cpp
|
| +++ b/Source/modules/speech/SpeechRecognitionError.cpp
|
| @@ -27,7 +27,7 @@
|
|
|
| #include "modules/speech/SpeechRecognitionError.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| static String ErrorCodeToString(SpeechRecognitionError::ErrorCode code)
|
| {
|
| @@ -96,4 +96,4 @@ SpeechRecognitionErrorInit::SpeechRecognitionErrorInit()
|
| {
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|