Chromium Code Reviews| Index: Source/modules/speech/SpeechRecognitionController.h |
| diff --git a/Source/modules/speech/SpeechRecognitionController.h b/Source/modules/speech/SpeechRecognitionController.h |
| index 4e5d50d3a0d915aca9d8ef0fde53ff836bec7ed4..9d9078f34d9a805658d796e9c041fd3e5b413327 100644 |
| --- a/Source/modules/speech/SpeechRecognitionController.h |
| +++ b/Source/modules/speech/SpeechRecognitionController.h |
| @@ -32,7 +32,7 @@ |
| namespace WebCore { |
| -class SpeechRecognitionController : public Supplement<Page> { |
| +class SpeechRecognitionController FINAL : public Supplement<Page> { |
| public: |
| virtual ~SpeechRecognitionController(); |