| Index: Source/core/speech/SpeechInputResult.h
|
| diff --git a/Source/core/speech/SpeechInputResult.h b/Source/core/speech/SpeechInputResult.h
|
| index 7ad76d8f3415ad05f764a2b2c0766cd8991f1036..334dbe82cbc68991c34b71d58af40e6646ed4d81 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> > WillBePersistentSpeechInputResultArray;
|
|
|
| } // namespace WebCore
|
|
|
|
|