| Index: Source/modules/speech/SpeechRecognitionResultList.h
|
| diff --git a/Source/modules/speech/SpeechRecognitionResultList.h b/Source/modules/speech/SpeechRecognitionResultList.h
|
| index 429e234f32293ce038f4e264ef0b47059a5da2a6..a15e0277e5572df2eba18c0c1ffa5f2ca2f2fc5b 100644
|
| --- a/Source/modules/speech/SpeechRecognitionResultList.h
|
| +++ b/Source/modules/speech/SpeechRecognitionResultList.h
|
| @@ -32,7 +32,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class SpeechRecognitionResultList : public GarbageCollectedFinalized<SpeechRecognitionResultList>, public ScriptWrappable {
|
| +class SpeechRecognitionResultList : public GarbageCollectedFinalizedWillBeGarbageCollected<SpeechRecognitionResultList>, public ScriptWrappable {
|
| public:
|
| static SpeechRecognitionResultList* create(const HeapVector<Member<SpeechRecognitionResult> >&);
|
|
|
|
|