| Index: Source/modules/speech/SpeechGrammar.h
|
| diff --git a/Source/modules/speech/SpeechGrammar.h b/Source/modules/speech/SpeechGrammar.h
|
| index fb3cfe5f6a6337b226ece3548a264b73a522ca82..bae5b71c8221e817edf2b190fd2f4126d113c22a 100644
|
| --- a/Source/modules/speech/SpeechGrammar.h
|
| +++ b/Source/modules/speech/SpeechGrammar.h
|
| @@ -35,7 +35,7 @@ namespace blink {
|
|
|
| class ExecutionContext;
|
|
|
| -class SpeechGrammar FINAL : public GarbageCollectedFinalized<SpeechGrammar>, public ScriptWrappable {
|
| +class SpeechGrammar final : public GarbageCollectedFinalized<SpeechGrammar>, public ScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static SpeechGrammar* create(); // FIXME: The spec is not clear on what the constructor should look like.
|
|
|