| Index: Source/modules/speech/SpeechGrammarList.h
|
| diff --git a/Source/modules/speech/SpeechGrammarList.h b/Source/modules/speech/SpeechGrammarList.h
|
| index 9a09aa0c3559fd3aabecee2af3d573e8300e706a..325ae437d19bb72a2c56c21ddd3a24bdf92f4a00 100644
|
| --- a/Source/modules/speech/SpeechGrammarList.h
|
| +++ b/Source/modules/speech/SpeechGrammarList.h
|
| @@ -39,8 +39,8 @@ class SpeechGrammarList : public ScriptWrappable, public RefCounted<SpeechGramma
|
| public:
|
| static PassRefPtr<SpeechGrammarList> create();
|
|
|
| - unsigned long length() const { return m_grammars.size(); }
|
| - SpeechGrammar* item(unsigned long) const;
|
| + unsigned length() const { return m_grammars.size(); }
|
| + SpeechGrammar* item(unsigned) const;
|
|
|
| void addFromUri(ScriptExecutionContext*, const String& src, double weight = 1.0);
|
| void addFromString(const String&, double weight = 1.0);
|
|
|