| Index: Source/modules/speech/SpeechSynthesis.h
|
| diff --git a/Source/modules/speech/SpeechSynthesis.h b/Source/modules/speech/SpeechSynthesis.h
|
| index bf1eb5eb4d1006248d9415ff2616a9def603a300..627d6ed05d63c8e1650cc41831f6c97de2157d71 100644
|
| --- a/Source/modules/speech/SpeechSynthesis.h
|
| +++ b/Source/modules/speech/SpeechSynthesis.h
|
| @@ -41,7 +41,7 @@ class ExceptionState;
|
| class PlatformSpeechSynthesizerClient;
|
|
|
| class MODULES_EXPORT SpeechSynthesis final : public RefCountedGarbageCollectedEventTargetWithInlineData<SpeechSynthesis>, public PlatformSpeechSynthesizerClient, public ContextLifecycleObserver {
|
| - DEFINE_EVENT_TARGET_REFCOUNTING_WILL_BE_REMOVED(RefCountedGarbageCollected<SpeechSynthesis>);
|
| + REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(SpeechSynthesis);
|
| DEFINE_WRAPPERTYPEINFO();
|
| USING_GARBAGE_COLLECTED_MIXIN(SpeechSynthesis);
|
| public:
|
|
|