| Index: Source/modules/speech/SpeechRecognitionResult.h
|
| diff --git a/Source/modules/speech/SpeechRecognitionResult.h b/Source/modules/speech/SpeechRecognitionResult.h
|
| index a36ebda8e5b480bc035cdd28573af62fddd72fa1..dfc3ddf99459ef68c8e852097ebb4e2831baddc9 100644
|
| --- a/Source/modules/speech/SpeechRecognitionResult.h
|
| +++ b/Source/modules/speech/SpeechRecognitionResult.h
|
| @@ -32,7 +32,7 @@
|
|
|
| namespace blink {
|
|
|
| -class SpeechRecognitionResult FINAL : public GarbageCollected<SpeechRecognitionResult>, public ScriptWrappable {
|
| +class SpeechRecognitionResult final : public GarbageCollected<SpeechRecognitionResult>, public ScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static SpeechRecognitionResult* create(const HeapVector<Member<SpeechRecognitionAlternative> >&, bool final);
|
|
|