| Index: public/web/WebSpeechRecognitionHandle.h
|
| diff --git a/public/web/WebSpeechRecognitionHandle.h b/public/web/WebSpeechRecognitionHandle.h
|
| index 07d8aacfc3f98f6c26f294d38a5c0ebab66c7cf9..69a40cf2c546ab336c636e6b6187dbd28a52a242 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
|
| - explicit WebSpeechRecognitionHandle(const PassRefPtrWillBeRawPtr<WebCore::SpeechRecognition>&);
|
| - WebSpeechRecognitionHandle& operator=(const PassRefPtrWillBeRawPtr<WebCore::SpeechRecognition>&);
|
| - operator PassRefPtrWillBeRawPtr<WebCore::SpeechRecognition>() const;
|
| + explicit WebSpeechRecognitionHandle(const WebCore::SpeechRecognition*);
|
| + WebSpeechRecognitionHandle& operator=(const WebCore::SpeechRecognition*);
|
| + operator WebCore::SpeechRecognition*() const;
|
| #endif
|
|
|
| private:
|
|
|