Index: public/web/WebSpeechInputResult.h |
diff --git a/public/web/WebSpeechInputResult.h b/public/web/WebSpeechInputResult.h |
index 2222690eb538ca8144d0eed5556e9e27f8e5434b..306674b7b63d3a516c26f035972c3616a3f27b63 100644 |
--- a/public/web/WebSpeechInputResult.h |
+++ b/public/web/WebSpeechInputResult.h |
@@ -56,8 +56,8 @@ public: |
BLINK_EXPORT void reset(); |
#if BLINK_IMPLEMENTATION |
- WebSpeechInputResult(const WTF::PassRefPtr<WebCore::SpeechInputResult>&); |
- operator WTF::PassRefPtr<WebCore::SpeechInputResult>() const; |
+ explicit WebSpeechInputResult(const PassRefPtrWillBeRawPtr<WebCore::SpeechInputResult>&); |
+ operator PassRefPtrWillBeRawPtr<WebCore::SpeechInputResult>() const; |
#endif |
private: |