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

Unified Diff: public/web/WebSpeechGrammar.h

Issue 330463002: Revert of Enable Oilpan by default in modules/speech/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 | « Source/web/WebSpeechRecognitionResult.cpp ('k') | public/web/WebSpeechRecognitionHandle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebSpeechGrammar.h
diff --git a/public/web/WebSpeechGrammar.h b/public/web/WebSpeechGrammar.h
index f0c4cd2c014d1298123f1dd49c802c8250c76a58..226793a68a9f61b0c71a4d1204e9603e179bf1ab 100644
--- a/public/web/WebSpeechGrammar.h
+++ b/public/web/WebSpeechGrammar.h
@@ -49,8 +49,8 @@
BLINK_EXPORT void assign(const WebSpeechGrammar&);
#if BLINK_IMPLEMENTATION
- explicit WebSpeechGrammar(WebCore::SpeechGrammar*);
- WebSpeechGrammar& operator=(WebCore::SpeechGrammar*);
+ explicit WebSpeechGrammar(const PassRefPtrWillBeRawPtr<WebCore::SpeechGrammar>&);
+ WebSpeechGrammar& operator=(const PassRefPtrWillBeRawPtr<WebCore::SpeechGrammar>&);
#endif
private:
« no previous file with comments | « Source/web/WebSpeechRecognitionResult.cpp ('k') | public/web/WebSpeechRecognitionHandle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698