| Index: third_party/WebKit/Source/modules/speech/SpeechSynthesis.cpp
|
| diff --git a/third_party/WebKit/Source/modules/speech/SpeechSynthesis.cpp b/third_party/WebKit/Source/modules/speech/SpeechSynthesis.cpp
|
| index 5831f43217d7f387f579867089997983030c8ce6..f0f81e36c5b54f28701d0cc15214eb6d20f55e11 100644
|
| --- a/third_party/WebKit/Source/modules/speech/SpeechSynthesis.cpp
|
| +++ b/third_party/WebKit/Source/modules/speech/SpeechSynthesis.cpp
|
| @@ -234,7 +234,7 @@ DEFINE_TRACE(SpeechSynthesis)
|
| visitor->trace(m_voiceList);
|
| visitor->trace(m_utteranceQueue);
|
| PlatformSpeechSynthesizerClient::trace(visitor);
|
| - RefCountedGarbageCollectedEventTargetWithInlineData<SpeechSynthesis>::trace(visitor);
|
| + EventTargetWithInlineData::trace(visitor);
|
| ContextLifecycleObserver::trace(visitor);
|
| }
|
|
|
|
|