| Index: public/web/WebSpeechRecognitionHandle.h
|
| diff --git a/public/web/WebSpeechRecognitionHandle.h b/public/web/WebSpeechRecognitionHandle.h
|
| index aaf284f5fea111d390590728b739d8cae595443f..cc41654eaf1725b9ffe2fd2d4e41d239cfbd1f6c 100644
|
| --- a/public/web/WebSpeechRecognitionHandle.h
|
| +++ b/public/web/WebSpeechRecognitionHandle.h
|
| @@ -59,8 +59,7 @@ public:
|
| BLINK_EXPORT bool lessThan(const WebSpeechRecognitionHandle&) const;
|
|
|
| #if BLINK_IMPLEMENTATION
|
| - explicit WebSpeechRecognitionHandle(SpeechRecognition*);
|
| - WebSpeechRecognitionHandle& operator=(SpeechRecognition*);
|
| + WebSpeechRecognitionHandle(SpeechRecognition*);
|
| operator SpeechRecognition*() const;
|
| #endif
|
|
|
|
|