Chromium Code Reviews| Index: Source/modules/speech/SpeechRecognitionResultList.h |
| diff --git a/Source/modules/speech/SpeechRecognitionResultList.h b/Source/modules/speech/SpeechRecognitionResultList.h |
| index 518ce33375c97dd76ff2ca7fd68893db9e2099e5..0c51b584b5f095fcf518b59638b8ab52906c9b33 100644 |
| --- a/Source/modules/speech/SpeechRecognitionResultList.h |
| +++ b/Source/modules/speech/SpeechRecognitionResultList.h |
| @@ -35,7 +35,6 @@ |
| namespace WebCore { |
| class SpeechRecognitionResultList : public RefCountedWillBeGarbageCollectedFinalized<SpeechRecognitionResultList>, public ScriptWrappable { |
| - DECLARE_GC_INFO; |
| public: |
| static PassRefPtrWillBeRawPtr<SpeechRecognitionResultList> create(const WillBeHeapVector<RefPtrWillBeMember<SpeechRecognitionResult> >&); |