| Index: Source/modules/speech/SpeechRecognition.h
 | 
| diff --git a/Source/modules/speech/SpeechRecognition.h b/Source/modules/speech/SpeechRecognition.h
 | 
| index 40c84daa01145ccf90caee62e556f9f00102c210..ec0e056aa25fe5cd2e3b38ef5a5ce6f507dc3ef9 100644
 | 
| --- a/Source/modules/speech/SpeechRecognition.h
 | 
| +++ b/Source/modules/speech/SpeechRecognition.h
 | 
| @@ -76,7 +76,7 @@ public:
 | 
|      void didEndAudio();
 | 
|      void didReceiveResults(const WillBeHeapVector<RefPtrWillBeMember<SpeechRecognitionResult> >& newFinalResults, const WillBeHeapVector<RefPtrWillBeMember<SpeechRecognitionResult> >& currentInterimResults);
 | 
|      void didReceiveNoMatch(PassRefPtrWillBeRawPtr<SpeechRecognitionResult>);
 | 
| -    void didReceiveError(PassRefPtr<SpeechRecognitionError>);
 | 
| +    void didReceiveError(PassRefPtrWillBeRawPtr<SpeechRecognitionError>);
 | 
|      void didStart();
 | 
|      void didEnd();
 | 
|  
 | 
| 
 |