| Index: Source/modules/speech/SpeechRecognitionEvent.h
|
| diff --git a/Source/modules/speech/SpeechRecognitionEvent.h b/Source/modules/speech/SpeechRecognitionEvent.h
|
| index 98f0f5748483dac243bb47a82c9837766cf94598..045ecfc5031cef1eda92cc964d5b24cd4b16ab10 100644
|
| --- a/Source/modules/speech/SpeechRecognitionEvent.h
|
| +++ b/Source/modules/speech/SpeechRecognitionEvent.h
|
| @@ -31,7 +31,7 @@
|
| #include "modules/speech/SpeechRecognitionResultList.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class Document;
|
|
|
| @@ -73,6 +73,6 @@ private:
|
| PersistentWillBeMember<SpeechRecognitionResultList> m_results;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // SpeechRecognitionEvent_h
|
|
|