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