Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / speech / DOMWindowSpeechSynthesis.h
index 8c6c836..b940a5c 100644 (file)
@@ -27,6 +27,7 @@
 #define DOMWindowSpeechSynthesis_h
 
 #include "core/frame/DOMWindowProperty.h"
+#include "heap/Handle.h"
 #include "modules/speech/SpeechSynthesis.h"
 #include "platform/Supplementable.h"
 
@@ -47,7 +48,7 @@ private:
     SpeechSynthesis* speechSynthesis();
     static const char* supplementName();
 
-    RefPtr<SpeechSynthesis> m_speechSynthesis;
+    RefPtrWillBePersistent<SpeechSynthesis> m_speechSynthesis;
 };
 
 } // namespace WebCore