| Index: Source/modules/speech/SpeechRecognitionAlternative.h
|
| diff --git a/Source/modules/speech/SpeechRecognitionAlternative.h b/Source/modules/speech/SpeechRecognitionAlternative.h
|
| index 1cffc074abdb4bb6f1428b1678f99fa84afc142a..5d51f51a8368a5985d815961ac6d4d1edc3853ec 100644
|
| --- a/Source/modules/speech/SpeechRecognitionAlternative.h
|
| +++ b/Source/modules/speech/SpeechRecognitionAlternative.h
|
| @@ -34,7 +34,7 @@ namespace WebCore {
|
|
|
| class ExecutionContext;
|
|
|
| -class SpeechRecognitionAlternative : public GarbageCollectedFinalized<SpeechRecognitionAlternative>, public ScriptWrappable {
|
| +class SpeechRecognitionAlternative FINAL : public GarbageCollectedFinalized<SpeechRecognitionAlternative>, public ScriptWrappable {
|
| public:
|
| static SpeechRecognitionAlternative* create(const String&, double);
|
|
|
|
|