Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(471)

Unified Diff: public/web/WebSpeechRecognitionHandle.h

Issue 623953002: Avoid some explicit WebSpeechRecognitionHandle() conversions. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Tidy vector element assignments of SpeechRecognitionResults Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« Source/web/SpeechRecognitionClientProxy.cpp ('K') | « public/web/WebSpeechGrammar.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698