| Index: Source/modules/speech/SpeechRecognitionResultList.cpp
|
| diff --git a/Source/modules/speech/SpeechRecognitionResultList.cpp b/Source/modules/speech/SpeechRecognitionResultList.cpp
|
| index 0a23ebc82f95429b1ced56c3d426c590c361f533..6386a18949dc49d7127db1ddd08d966a129f1554 100644
|
| --- a/Source/modules/speech/SpeechRecognitionResultList.cpp
|
| +++ b/Source/modules/speech/SpeechRecognitionResultList.cpp
|
| @@ -27,7 +27,7 @@
|
|
|
| #include "modules/speech/SpeechRecognitionResultList.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| SpeechRecognitionResultList* SpeechRecognitionResultList::create(const HeapVector<Member<SpeechRecognitionResult> >& results)
|
| {
|
| @@ -53,4 +53,4 @@ void SpeechRecognitionResultList::trace(Visitor* visitor)
|
| visitor->trace(m_results);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|