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

Unified Diff: public/web/WebSpeechRecognitionHandle.h

Issue 315133004: Enable Oilpan by default in modules/speech/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 6 years, 6 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
« no previous file with comments | « public/web/WebSpeechGrammar.h ('k') | public/web/WebSpeechRecognitionResult.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebSpeechRecognitionHandle.h
diff --git a/public/web/WebSpeechRecognitionHandle.h b/public/web/WebSpeechRecognitionHandle.h
index 07d8aacfc3f98f6c26f294d38a5c0ebab66c7cf9..c56a1be1eed416feb560504a390d50b695ce3824 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(WebCore::SpeechRecognition*);
+ WebSpeechRecognitionHandle& operator=(WebCore::SpeechRecognition*);
+ operator WebCore::SpeechRecognition*() const;
#endif
private:
« no previous file with comments | « public/web/WebSpeechGrammar.h ('k') | public/web/WebSpeechRecognitionResult.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698