| Index: Source/modules/speech/SpeechRecognition.h
|
| diff --git a/Source/modules/speech/SpeechRecognition.h b/Source/modules/speech/SpeechRecognition.h
|
| index ecac4665ff886675554a0376b537357a821712a8..9fa46df740d19ff46b34a47db2289ebfce629f69 100644
|
| --- a/Source/modules/speech/SpeechRecognition.h
|
| +++ b/Source/modules/speech/SpeechRecognition.h
|
| @@ -60,8 +60,8 @@ public:
|
| void setContinuous(bool continuous) { m_continuous = continuous; }
|
| bool interimResults() { return m_interimResults; }
|
| void setInterimResults(bool interimResults) { m_interimResults = interimResults; }
|
| - unsigned long maxAlternatives() { return m_maxAlternatives; }
|
| - void setMaxAlternatives(unsigned long maxAlternatives) { m_maxAlternatives = maxAlternatives; }
|
| + unsigned maxAlternatives() { return m_maxAlternatives; }
|
| + void setMaxAlternatives(unsigned maxAlternatives) { m_maxAlternatives = maxAlternatives; }
|
| MediaStreamTrack* audioTrack() { return m_audioTrack; }
|
| void setAudioTrack(MediaStreamTrack* audioTrack) { m_audioTrack = audioTrack; }
|
|
|
|
|