| Index: public/web/WebSpeechRecognitionHandle.h
|
| diff --git a/public/web/WebSpeechRecognitionHandle.h b/public/web/WebSpeechRecognitionHandle.h
|
| index 432d8fdfcdc03d21938c042a6394d21c37aa7b9b..07d8aacfc3f98f6c26f294d38a5c0ebab66c7cf9 100644
|
| --- a/public/web/WebSpeechRecognitionHandle.h
|
| +++ b/public/web/WebSpeechRecognitionHandle.h
|
| @@ -62,9 +62,9 @@ public:
|
| BLINK_EXPORT bool lessThan(const WebSpeechRecognitionHandle&) const;
|
|
|
| #if BLINK_IMPLEMENTATION
|
| - WebSpeechRecognitionHandle(const WTF::PassRefPtr<WebCore::SpeechRecognition>&);
|
| - WebSpeechRecognitionHandle& operator=(const WTF::PassRefPtr<WebCore::SpeechRecognition>&);
|
| - operator WTF::PassRefPtr<WebCore::SpeechRecognition>() const;
|
| + explicit WebSpeechRecognitionHandle(const PassRefPtrWillBeRawPtr<WebCore::SpeechRecognition>&);
|
| + WebSpeechRecognitionHandle& operator=(const PassRefPtrWillBeRawPtr<WebCore::SpeechRecognition>&);
|
| + operator PassRefPtrWillBeRawPtr<WebCore::SpeechRecognition>() const;
|
| #endif
|
|
|
| private:
|
|
|