| Index: Source/modules/speech/SpeechGrammarList.h
|
| diff --git a/Source/modules/speech/SpeechGrammarList.h b/Source/modules/speech/SpeechGrammarList.h
|
| index abfcfe8f62acc75ae2bb6c700aaf2e49bfca3e4b..01632099b5f746860c967c5b18a0d8a26bcb34b4 100644
|
| --- a/Source/modules/speech/SpeechGrammarList.h
|
| +++ b/Source/modules/speech/SpeechGrammarList.h
|
| @@ -34,7 +34,7 @@ namespace blink {
|
|
|
| class ExecutionContext;
|
|
|
| -class SpeechGrammarList FINAL : public GarbageCollected<SpeechGrammarList>, public ScriptWrappable {
|
| +class SpeechGrammarList final : public GarbageCollected<SpeechGrammarList>, public ScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static SpeechGrammarList* create();
|
|
|