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 |