| Index: Source/modules/speech/DOMWindowSpeechSynthesis.h
|
| diff --git a/Source/modules/speech/DOMWindowSpeechSynthesis.h b/Source/modules/speech/DOMWindowSpeechSynthesis.h
|
| index b940a5cc06125d52a811858eb8a0dfce42419213..8c6c836378675fd5a8ed1d78062a7ee249a23148 100644
|
| --- a/Source/modules/speech/DOMWindowSpeechSynthesis.h
|
| +++ b/Source/modules/speech/DOMWindowSpeechSynthesis.h
|
| @@ -27,7 +27,6 @@
|
| #define DOMWindowSpeechSynthesis_h
|
|
|
| #include "core/frame/DOMWindowProperty.h"
|
| -#include "heap/Handle.h"
|
| #include "modules/speech/SpeechSynthesis.h"
|
| #include "platform/Supplementable.h"
|
|
|
| @@ -48,7 +47,7 @@
|
| SpeechSynthesis* speechSynthesis();
|
| static const char* supplementName();
|
|
|
| - RefPtrWillBePersistent<SpeechSynthesis> m_speechSynthesis;
|
| + RefPtr<SpeechSynthesis> m_speechSynthesis;
|
| };
|
|
|
| } // namespace WebCore
|
|
|