X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fthird_party%2FWebKit%2FSource%2Fmodules%2Fspeech%2FDOMWindowSpeechSynthesis.h;h=b940a5cc06125d52a811858eb8a0dfce42419213;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=8c6c836378675fd5a8ed1d78062a7ee249a23148;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/modules/speech/DOMWindowSpeechSynthesis.h b/src/third_party/WebKit/Source/modules/speech/DOMWindowSpeechSynthesis.h index 8c6c836..b940a5c 100644 --- a/src/third_party/WebKit/Source/modules/speech/DOMWindowSpeechSynthesis.h +++ b/src/third_party/WebKit/Source/modules/speech/DOMWindowSpeechSynthesis.h @@ -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 m_speechSynthesis; + RefPtrWillBePersistent m_speechSynthesis; }; } // namespace WebCore