| Index: content/public/common/speech_recognition_result.cc
|
| diff --git a/content/public/common/speech_recognition_result.cc b/content/public/common/speech_recognition_result.cc
|
| index 198b88eeb045af99640777061c5935d888ef23b8..3280932cf78283d03dad77fe462f9ec125b7f215 100644
|
| --- a/content/public/common/speech_recognition_result.cc
|
| +++ b/content/public/common/speech_recognition_result.cc
|
| @@ -6,8 +6,7 @@
|
|
|
| namespace content {
|
|
|
| -SpeechRecognitionResult::SpeechRecognitionResult()
|
| - : error(SPEECH_RECOGNITION_ERROR_NONE) {
|
| +SpeechRecognitionResult::SpeechRecognitionResult() {
|
| }
|
|
|
| SpeechRecognitionResult::~SpeechRecognitionResult() {
|
|
|