| Index: Source/modules/speech/SpeechRecognitionResultList.h
|
| diff --git a/Source/modules/speech/SpeechRecognitionResultList.h b/Source/modules/speech/SpeechRecognitionResultList.h
|
| index 429e234f32293ce038f4e264ef0b47059a5da2a6..385e4b74c83fd14779e07779c267b9f83405aba0 100644
|
| --- a/Source/modules/speech/SpeechRecognitionResultList.h
|
| +++ b/Source/modules/speech/SpeechRecognitionResultList.h
|
| @@ -30,7 +30,7 @@
|
| #include "modules/speech/SpeechRecognitionResult.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class SpeechRecognitionResultList : public GarbageCollectedFinalized<SpeechRecognitionResultList>, public ScriptWrappable {
|
| public:
|
| @@ -47,6 +47,6 @@ private:
|
| HeapVector<Member<SpeechRecognitionResult> > m_results;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // SpeechRecognitionResultList_h
|
|
|