Chromium Code Reviews

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: Rebased Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/bindings/v8/Dictionary.cpp ('k') | Source/modules/speech/SpeechGrammar.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/bindings/v8/Dictionary.cpp ('k') | Source/modules/speech/SpeechGrammar.h » ('j') | no next file with comments »

Powered by Google App Engine