| Index: Source/modules/speech/DOMWindowSpeechSynthesis.h
|
| diff --git a/Source/modules/speech/DOMWindowSpeechSynthesis.h b/Source/modules/speech/DOMWindowSpeechSynthesis.h
|
| index 83310c7ff362fa502001e5e1e3e36994608102ef..c3f880a996b8a52136f3c98f63ab5072d150ece9 100644
|
| --- a/Source/modules/speech/DOMWindowSpeechSynthesis.h
|
| +++ b/Source/modules/speech/DOMWindowSpeechSynthesis.h
|
| @@ -51,7 +51,7 @@
|
| SpeechSynthesis* speechSynthesis();
|
| static const char* supplementName();
|
|
|
| - PersistentWillBeMember<SpeechSynthesis> m_speechSynthesis;
|
| + RefPtrWillBeMember<SpeechSynthesis> m_speechSynthesis;
|
| };
|
|
|
| } // namespace WebCore
|
|
|