Index: Source/core/speech/SpeechInputResult.h |
diff --git a/Source/core/speech/SpeechInputResult.h b/Source/core/speech/SpeechInputResult.h |
index 7ad76d8f3415ad05f764a2b2c0766cd8991f1036..8ff74380ce7914b3c9ed0e1371c3da6c5fa2ded9 100644 |
--- a/Source/core/speech/SpeechInputResult.h |
+++ b/Source/core/speech/SpeechInputResult.h |
@@ -56,6 +56,7 @@ private: |
}; |
typedef WillBeHeapVector<RefPtrWillBeMember<SpeechInputResult> > SpeechInputResultArray; |
+typedef WillBePersistentHeapVector<RefPtrWillBeMember<SpeechInputResult> > PersistentSpeechInputResultArray; |
} // namespace WebCore |