Index: Source/modules/speech/SpeechSynthesisVoice.h |
diff --git a/Source/modules/speech/SpeechSynthesisVoice.h b/Source/modules/speech/SpeechSynthesisVoice.h |
index c69b84f9b402985e1109369ac495a5a6cb58f3cb..7e576015617014069159026696e750a56fdd1aac 100644 |
--- a/Source/modules/speech/SpeechSynthesisVoice.h |
+++ b/Source/modules/speech/SpeechSynthesisVoice.h |
@@ -34,7 +34,7 @@ |
namespace WebCore { |
-class SpeechSynthesisVoice : public ScriptWrappable, public RefCounted<SpeechSynthesisVoice> { |
+class SpeechSynthesisVoice FINAL : public ScriptWrappable, public RefCounted<SpeechSynthesisVoice> { |
public: |
static PassRefPtr<SpeechSynthesisVoice> create(PassRefPtr<PlatformSpeechSynthesisVoice>); |