| 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..43060f27e0837fcabcd225fd72eddec3fc1a8d6a 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<SpeechSynthesis>::trace(visitor);
|
| ContextLifecycleObserver::trace(visitor);
|
| }
|
|
|
|
|