| Index: Source/modules/speech/SpeechRecognition.h
|
| diff --git a/Source/modules/speech/SpeechRecognition.h b/Source/modules/speech/SpeechRecognition.h
|
| index fa4d04592e71459a1781ec1202f3a3b5fddaad73..de701b0b65194395158ff84fcbc2d1dd7cde088a 100644
|
| --- a/Source/modules/speech/SpeechRecognition.h
|
| +++ b/Source/modules/speech/SpeechRecognition.h
|
| @@ -50,7 +50,7 @@ public:
|
| virtual ~SpeechRecognition();
|
|
|
| // Attributes.
|
| - SpeechGrammarList* grammars() { return m_grammars.get(); }
|
| + SpeechGrammarList* grammars() { return m_grammars; }
|
| void setGrammars(SpeechGrammarList* grammars) { m_grammars = grammars; }
|
| String lang() { return m_lang; }
|
| void setLang(const String& lang) { m_lang = lang; }
|
|
|