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

Unified Diff: Source/modules/speech/DOMWindowSpeechSynthesis.h

Issue 315133004: Enable Oilpan by default in modules/speech/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove unused Dictionary support for SpeechRecognitionError + fix Speech*Event create() types. 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/modules/speech/DOMWindowSpeechSynthesis.h
diff --git a/Source/modules/speech/DOMWindowSpeechSynthesis.h b/Source/modules/speech/DOMWindowSpeechSynthesis.h
index c3f880a996b8a52136f3c98f63ab5072d150ece9..83310c7ff362fa502001e5e1e3e36994608102ef 100644
--- a/Source/modules/speech/DOMWindowSpeechSynthesis.h
+++ b/Source/modules/speech/DOMWindowSpeechSynthesis.h
@@ -51,7 +51,7 @@ private:
SpeechSynthesis* speechSynthesis();
static const char* supplementName();
- RefPtrWillBeMember<SpeechSynthesis> m_speechSynthesis;
+ PersistentWillBeMember<SpeechSynthesis> m_speechSynthesis;
};
} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698