Index: Source/modules/speech/SpeechRecognitionResultList.cpp |
diff --git a/Source/modules/speech/SpeechRecognitionResultList.cpp b/Source/modules/speech/SpeechRecognitionResultList.cpp |
index 6f7e46e85b4e7c41f012420b922bcac7bdde54aa..516eabbe357ce6011d994da2653c979dcf01e29c 100644 |
--- a/Source/modules/speech/SpeechRecognitionResultList.cpp |
+++ b/Source/modules/speech/SpeechRecognitionResultList.cpp |
@@ -29,8 +29,6 @@ |
namespace WebCore { |
-DEFINE_GC_INFO(SpeechRecognitionResultList); |
- |
PassRefPtrWillBeRawPtr<SpeechRecognitionResultList> SpeechRecognitionResultList::create(const WillBeHeapVector<RefPtrWillBeMember<SpeechRecognitionResult> >& results) |
{ |
return adoptRefWillBeNoop(new SpeechRecognitionResultList(results)); |