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

Unified Diff: public/web/WebSpeechRecognitionResult.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/WebSpeechRecognitionHandle.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebSpeechRecognitionResult.h
diff --git a/public/web/WebSpeechRecognitionResult.h b/public/web/WebSpeechRecognitionResult.h
index d9428c66b2299ed89f64270af0b738440932357d..d34e00bde9e7067c168a6fd8e63cf2eb12050dd8 100644
--- a/public/web/WebSpeechRecognitionResult.h
+++ b/public/web/WebSpeechRecognitionResult.h
@@ -48,7 +48,7 @@ public:
BLINK_EXPORT void reset();
#if BLINK_IMPLEMENTATION
- operator PassRefPtrWillBeRawPtr<WebCore::SpeechRecognitionResult>() const;
+ operator WebCore::SpeechRecognitionResult*() const;
#endif
private:
« no previous file with comments | « public/web/WebSpeechRecognitionHandle.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698