| Index: Source/modules/speech/SpeechRecognitionEvent.cpp
 | 
| diff --git a/Source/modules/speech/SpeechRecognitionEvent.cpp b/Source/modules/speech/SpeechRecognitionEvent.cpp
 | 
| index a34d3a91b529dabb2c44b5767964c16926266c33..83f118c02c0fe7ed8f5e0a651ec59299d37f6fe7 100644
 | 
| --- a/Source/modules/speech/SpeechRecognitionEvent.cpp
 | 
| +++ b/Source/modules/speech/SpeechRecognitionEvent.cpp
 | 
| @@ -79,7 +79,7 @@ SpeechRecognitionEvent::SpeechRecognitionEvent(const AtomicString& eventName, co
 | 
|      ScriptWrappable::init(this);
 | 
|  }
 | 
|  
 | 
| -SpeechRecognitionEvent::SpeechRecognitionEvent(const AtomicString& eventName, unsigned long resultIndex, PassRefPtr<SpeechRecognitionResultList> results)
 | 
| +SpeechRecognitionEvent::SpeechRecognitionEvent(const AtomicString& eventName, unsigned long resultIndex, PassRefPtrWillBeRawPtr<SpeechRecognitionResultList> results)
 | 
|      : Event(eventName, /*canBubble=*/false, /*cancelable=*/false)
 | 
|      , m_resultIndex(resultIndex)
 | 
|      , m_results(results)
 | 
| 
 |