Index: Source/modules/speech/SpeechRecognitionEvent.h |
diff --git a/Source/modules/speech/SpeechRecognitionEvent.h b/Source/modules/speech/SpeechRecognitionEvent.h |
index 532a33299e1e50d86d17705b558a91d28cc51007..00072b3740e33ca5b67e8ac883d6c236bcc09b7c 100644 |
--- a/Source/modules/speech/SpeechRecognitionEvent.h |
+++ b/Source/modules/speech/SpeechRecognitionEvent.h |
@@ -42,7 +42,7 @@ struct SpeechRecognitionEventInit : public EventInit { |
RefPtr<SpeechRecognitionResultList> results; |
}; |
-class SpeechRecognitionEvent : public Event { |
+class SpeechRecognitionEvent FINAL : public Event { |
public: |
static PassRefPtr<SpeechRecognitionEvent> create(); |
static PassRefPtr<SpeechRecognitionEvent> create(const AtomicString&, const SpeechRecognitionEventInit&); |