| Index: Source/modules/speech/SpeechGrammarList.h
|
| diff --git a/Source/modules/speech/SpeechGrammarList.h b/Source/modules/speech/SpeechGrammarList.h
|
| index 0611d464d658d196063c3da92a2328ce82e309d0..02c43ef82976243d38b868589eb2d24fed73e82c 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 GarbageCollectedFinalized<SpeechGrammarList>, public ScriptWrappable {
|
| +class SpeechGrammarList FINAL : public GarbageCollected<SpeechGrammarList>, public ScriptWrappable {
|
| public:
|
| static SpeechGrammarList* create();
|
|
|
|
|