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

Unified Diff: public/web/WebSpeechInputResult.h

Issue 170423004: Add Oilpan transition types for core/speech. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Revert SpeechInputResult::create() overload to take a const ref. Created 6 years, 10 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 | « Source/web/WebSpeechInputResult.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebSpeechInputResult.h
diff --git a/public/web/WebSpeechInputResult.h b/public/web/WebSpeechInputResult.h
index 2222690eb538ca8144d0eed5556e9e27f8e5434b..306674b7b63d3a516c26f035972c3616a3f27b63 100644
--- a/public/web/WebSpeechInputResult.h
+++ b/public/web/WebSpeechInputResult.h
@@ -56,8 +56,8 @@ public:
BLINK_EXPORT void reset();
#if BLINK_IMPLEMENTATION
- WebSpeechInputResult(const WTF::PassRefPtr<WebCore::SpeechInputResult>&);
- operator WTF::PassRefPtr<WebCore::SpeechInputResult>() const;
+ explicit WebSpeechInputResult(const PassRefPtrWillBeRawPtr<WebCore::SpeechInputResult>&);
+ operator PassRefPtrWillBeRawPtr<WebCore::SpeechInputResult>() const;
#endif
private:
« no previous file with comments | « Source/web/WebSpeechInputResult.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698