Index: Source/modules/speech/SpeechRecognitionResult.h |
diff --git a/Source/modules/speech/SpeechRecognitionResult.h b/Source/modules/speech/SpeechRecognitionResult.h |
index 3c33629463f00ab8f9a99b8e895bcade97f38431..d73d4d6e6d912be54367ab616dd41a1a93169e9c 100644 |
--- a/Source/modules/speech/SpeechRecognitionResult.h |
+++ b/Source/modules/speech/SpeechRecognitionResult.h |
@@ -38,7 +38,7 @@ public: |
~SpeechRecognitionResult(); |
static PassRefPtr<SpeechRecognitionResult> create(const Vector<RefPtr<SpeechRecognitionAlternative> >&, bool final); |
- unsigned long length() { return m_alternatives.size(); } |
+ unsigned length() { return m_alternatives.size(); } |
SpeechRecognitionAlternative* item(unsigned long index); |
bool isFinal() { return m_final; } |