Index: Source/core/speech/SpeechInputListener.h |
diff --git a/Source/core/speech/SpeechInputListener.h b/Source/core/speech/SpeechInputListener.h |
index b4fc017d138c52e3dd00ab7d298327c8014b9842..ce365adeca389e863555f0296bd991801c19a2c5 100644 |
--- a/Source/core/speech/SpeechInputListener.h |
+++ b/Source/core/speech/SpeechInputListener.h |
@@ -39,7 +39,7 @@ |
namespace WebCore { |
// Interface to be implemented by the element which invokes SpeechInput. |
-class SpeechInputListener { |
+class SpeechInputListener : public WillBeGarbageCollectedMixin { |
public: |
// Informs that audio recording has completed and recognition is underway. |
virtual void didCompleteRecording(int requestId) = 0; |