Index: Source/core/speech/SpeechInputResultList.cpp |
diff --git a/Source/core/speech/SpeechInputResultList.cpp b/Source/core/speech/SpeechInputResultList.cpp |
index 5c333a5eb18f47dd0cbb3896facc5208458ab5d4..54e5fd55ee8b85a9b9420ca96e4d09d313bbac67 100644 |
--- a/Source/core/speech/SpeechInputResultList.cpp |
+++ b/Source/core/speech/SpeechInputResultList.cpp |
@@ -35,8 +35,6 @@ |
namespace WebCore { |
-DEFINE_GC_INFO(SpeechInputResultList); |
- |
PassRefPtrWillBeRawPtr<SpeechInputResultList> SpeechInputResultList::create(const SpeechInputResultArray& results) |
{ |
return adoptRefWillBeNoop(new SpeechInputResultList(results)); |