Index: Source/core/speech/SpeechInputEvent.h |
diff --git a/Source/core/speech/SpeechInputEvent.h b/Source/core/speech/SpeechInputEvent.h |
index 1a00925bf39fb1b5258b1cd28fa507c90ef18896..3d264b7d60ab341e49c1c6619c0fa8b953f68db1 100644 |
--- a/Source/core/speech/SpeechInputEvent.h |
+++ b/Source/core/speech/SpeechInputEvent.h |
@@ -35,7 +35,7 @@ |
namespace WebCore { |
-class SpeechInputEvent : public Event { |
+class SpeechInputEvent FINAL : public Event { |
public: |
static PassRefPtr<SpeechInputEvent> create(); |
static PassRefPtr<SpeechInputEvent> create(const AtomicString& eventType, const SpeechInputResultArray& results); |
@@ -43,7 +43,7 @@ public: |
SpeechInputResultList* results() const { return m_results.get(); } |
- virtual const AtomicString& interfaceName() const; |
+ virtual const AtomicString& interfaceName() const OVERRIDE; |
private: |
SpeechInputEvent(); |