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

Unified Diff: public/web/WebSpeechGrammar.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/WebSpeechGrammar.h
diff --git a/public/web/WebSpeechGrammar.h b/public/web/WebSpeechGrammar.h
index 0d505054d042ea9d49442e0f527f22a40e035ba4..3a062bbb29f057eafb305816a2b3cb4e1a358ae4 100644
--- a/public/web/WebSpeechGrammar.h
+++ b/public/web/WebSpeechGrammar.h
@@ -47,7 +47,6 @@ public:
BLINK_EXPORT void assign(const WebSpeechGrammar&);
#if BLINK_IMPLEMENTATION
- explicit WebSpeechGrammar(SpeechGrammar*);
WebSpeechGrammar& operator=(SpeechGrammar*);
#endif

Powered by Google App Engine
This is Rietveld 408576698