| Index: public/web/WebSpeechRecognitionResult.h
 | 
| diff --git a/public/web/WebSpeechRecognitionResult.h b/public/web/WebSpeechRecognitionResult.h
 | 
| index e070ca2533f4700b3d70c6c62f3f9f05a836c108..d9428c66b2299ed89f64270af0b738440932357d 100644
 | 
| --- a/public/web/WebSpeechRecognitionResult.h
 | 
| +++ b/public/web/WebSpeechRecognitionResult.h
 | 
| @@ -48,7 +48,7 @@ public:
 | 
|      BLINK_EXPORT void reset();
 | 
|  
 | 
|  #if BLINK_IMPLEMENTATION
 | 
| -    operator WTF::PassRefPtr<WebCore::SpeechRecognitionResult>() const;
 | 
| +    operator PassRefPtrWillBeRawPtr<WebCore::SpeechRecognitionResult>() const;
 | 
|  #endif
 | 
|  
 | 
|  private:
 | 
| 
 |