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