| Index: Source/modules/speech/SpeechRecognitionResultList.cpp
|
| diff --git a/Source/modules/speech/SpeechRecognitionResultList.cpp b/Source/modules/speech/SpeechRecognitionResultList.cpp
|
| index 7327bf7f7f3707ac484af9e323ddcafbeb8a5e96..d7df8465000b470cf3a1c07050cdeb2b2df0cfea 100644
|
| --- a/Source/modules/speech/SpeechRecognitionResultList.cpp
|
| +++ b/Source/modules/speech/SpeechRecognitionResultList.cpp
|
| @@ -34,7 +34,7 @@ PassRefPtr<SpeechRecognitionResultList> SpeechRecognitionResultList::create(cons
|
| return adoptRef(new SpeechRecognitionResultList(results));
|
| }
|
|
|
| -SpeechRecognitionResult* SpeechRecognitionResultList::item(unsigned long index)
|
| +SpeechRecognitionResult* SpeechRecognitionResultList::item(unsigned index)
|
| {
|
| if (index >= m_results.size())
|
| return 0;
|
|
|