| Index: Source/modules/speech/SpeechGrammarList.cpp
|
| diff --git a/Source/modules/speech/SpeechGrammarList.cpp b/Source/modules/speech/SpeechGrammarList.cpp
|
| index 1d436e114a05881a8f80683587efa8ae08dab06c..1871df7abf215671b302ea747d892448e1d49463 100644
|
| --- a/Source/modules/speech/SpeechGrammarList.cpp
|
| +++ b/Source/modules/speech/SpeechGrammarList.cpp
|
| @@ -36,7 +36,7 @@ PassRefPtr<SpeechGrammarList> SpeechGrammarList::create()
|
| return adoptRef(new SpeechGrammarList);
|
| }
|
|
|
| -SpeechGrammar* SpeechGrammarList::item(unsigned long index) const
|
| +SpeechGrammar* SpeechGrammarList::item(unsigned index) const
|
| {
|
| if (index >= m_grammars.size())
|
| return 0;
|
|
|