| Index: third_party/WebKit/Source/modules/speech/SpeechSynthesis.h
|
| diff --git a/third_party/WebKit/Source/modules/speech/SpeechSynthesis.h b/third_party/WebKit/Source/modules/speech/SpeechSynthesis.h
|
| index 49e2b5fd82d1825e7cbb1a214231865a72a80a9a..022d9476b876c3c9bd83cac88c7d31ce9e971c72 100644
|
| --- a/third_party/WebKit/Source/modules/speech/SpeechSynthesis.h
|
| +++ b/third_party/WebKit/Source/modules/speech/SpeechSynthesis.h
|
| @@ -39,7 +39,7 @@ namespace blink {
|
|
|
| class PlatformSpeechSynthesizerClient;
|
|
|
| -class MODULES_EXPORT SpeechSynthesis final : public RefCountedGarbageCollectedEventTargetWithInlineData<SpeechSynthesis>, public PlatformSpeechSynthesizerClient, public ContextLifecycleObserver {
|
| +class MODULES_EXPORT SpeechSynthesis final : public EventTargetWithInlineData<SpeechSynthesis>, public PlatformSpeechSynthesizerClient, public ContextLifecycleObserver {
|
| REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(SpeechSynthesis);
|
| DEFINE_WRAPPERTYPEINFO();
|
| USING_GARBAGE_COLLECTED_MIXIN(SpeechSynthesis);
|
|
|