Index: Source/modules/speech/SpeechRecognitionError.h |
diff --git a/Source/modules/speech/SpeechRecognitionError.h b/Source/modules/speech/SpeechRecognitionError.h |
index 1eae69e6dda07c68ea6fc68d079682a9c2f3e8b7..3e81924eff185ff6dd8f27b1be41f7cffa4a4a5f 100644 |
--- a/Source/modules/speech/SpeechRecognitionError.h |
+++ b/Source/modules/speech/SpeechRecognitionError.h |
@@ -39,7 +39,7 @@ struct SpeechRecognitionErrorInit : public EventInit { |
String message; |
}; |
-class SpeechRecognitionError : public Event { |
+class SpeechRecognitionError FINAL : public Event { |
public: |
enum ErrorCode { |
// FIXME: This is an unspecified error and Chromium should stop using it. |