| 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..120d823370b65cf38629077a88adf212eeec0aed 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, public PlatformSpeechSynthesizerClient, public ContextLifecycleObserver {
|
| REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(SpeechSynthesis);
|
| DEFINE_WRAPPERTYPEINFO();
|
| USING_GARBAGE_COLLECTED_MIXIN(SpeechSynthesis);
|
|
|