Index: Source/modules/speech/SpeechRecognition.h |
diff --git a/Source/modules/speech/SpeechRecognition.h b/Source/modules/speech/SpeechRecognition.h |
index a6e647a6cdfb643d26b4b1d7bb7a189a233bf7d0..40c84daa01145ccf90caee62e556f9f00102c210 100644 |
--- a/Source/modules/speech/SpeechRecognition.h |
+++ b/Source/modules/speech/SpeechRecognition.h |
@@ -85,6 +85,7 @@ public: |
virtual ExecutionContext* executionContext() const OVERRIDE; |
// ActiveDOMObject. |
+ virtual bool hasPendingActivity() const OVERRIDE; |
virtual void stop() OVERRIDE; |
DEFINE_ATTRIBUTE_EVENT_LISTENER(audiostart); |