| Index: Source/modules/speech/SpeechGrammarList.h
|
| diff --git a/Source/modules/speech/SpeechGrammarList.h b/Source/modules/speech/SpeechGrammarList.h
|
| index 9b6f4499c6b968fe7f4c5e92d3094be26250e4d9..3b6503c4fb5171afb175a0cde847fd378ce1057a 100644
|
| --- a/Source/modules/speech/SpeechGrammarList.h
|
| +++ b/Source/modules/speech/SpeechGrammarList.h
|
| @@ -34,7 +34,7 @@ namespace WebCore {
|
|
|
| class ExecutionContext;
|
|
|
| -class SpeechGrammarList : public GarbageCollectedFinalized<SpeechGrammarList>, public ScriptWrappable {
|
| +class SpeechGrammarList FINAL : public GarbageCollectedFinalized<SpeechGrammarList>, public ScriptWrappable {
|
| public:
|
| static SpeechGrammarList* create();
|
|
|
|
|