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