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

Unified Diff: Source/platform/exported/WebSpeechSynthesisVoice.cpp

Issue 339823003: Oilpan: move platform speech objects to the heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Trace SpeechRecognition's controller reference. 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
Index: Source/platform/exported/WebSpeechSynthesisVoice.cpp
diff --git a/Source/platform/exported/WebSpeechSynthesisVoice.cpp b/Source/platform/exported/WebSpeechSynthesisVoice.cpp
index 052b55b9188c7fcf0470e62967dda2db73cad31b..ccad2b01f5bf67384903b1c8cd60c499023b6b81 100644
--- a/Source/platform/exported/WebSpeechSynthesisVoice.cpp
+++ b/Source/platform/exported/WebSpeechSynthesisVoice.cpp
@@ -72,7 +72,7 @@ void WebSpeechSynthesisVoice::setIsDefault(bool isDefault)
m_private->setIsDefault(isDefault);
}
-WebSpeechSynthesisVoice::operator PassRefPtr<WebCore::PlatformSpeechSynthesisVoice>() const
+WebSpeechSynthesisVoice::operator WebCore::PlatformSpeechSynthesisVoice*() const
{
return m_private.get();
}
« no previous file with comments | « Source/platform/exported/WebSpeechSynthesisUtterance.cpp ('k') | Source/platform/exported/WebSpeechSynthesizerClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698