| Index: Source/modules/speech/SpeechSynthesisVoice.h
|
| diff --git a/Source/modules/speech/SpeechSynthesisVoice.h b/Source/modules/speech/SpeechSynthesisVoice.h
|
| index 397d91b580a20ced04f01df2c7f41efdd7a70cba..1bdc51e4d001d326ea838ae9d801ba0cdad26949 100644
|
| --- a/Source/modules/speech/SpeechSynthesisVoice.h
|
| +++ b/Source/modules/speech/SpeechSynthesisVoice.h
|
| @@ -33,7 +33,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class SpeechSynthesisVoice FINAL : public GarbageCollectedFinalized<SpeechSynthesisVoice>, public ScriptWrappable {
|
| +class SpeechSynthesisVoice FINAL : public GarbageCollectedFinalizedWillBeGarbageCollected<SpeechSynthesisVoice>, public ScriptWrappable {
|
| public:
|
| static SpeechSynthesisVoice* create(PlatformSpeechSynthesisVoice*);
|
|
|
|
|