Index: Source/core/speech/SpeechInputEvent.h |
diff --git a/Source/core/speech/SpeechInputEvent.h b/Source/core/speech/SpeechInputEvent.h |
index d9cd9be82b5fe0d90788dbf7669625354ec54a54..c7e622da9385ac67c09c5f3a1f9bf09a03e434fb 100644 |
--- a/Source/core/speech/SpeechInputEvent.h |
+++ b/Source/core/speech/SpeechInputEvent.h |
@@ -30,7 +30,7 @@ |
#include "core/events/Event.h" |
#include "core/speech/SpeechInputResultList.h" |
- |
+#include "heap/Handle.h" |
#include "wtf/PassRefPtr.h" |
namespace WebCore { |
@@ -49,7 +49,7 @@ private: |
SpeechInputEvent(); |
SpeechInputEvent(const AtomicString& eventType, const SpeechInputResultArray& results); |
- RefPtr<SpeechInputResultList> m_results; |
+ RefPtrWillBePersistent<SpeechInputResultList> m_results; |
}; |
} // namespace WebCore |