| Index: third_party/WebKit/Source/modules/speech/SpeechSynthesisUtterance.cpp
|
| diff --git a/third_party/WebKit/Source/modules/speech/SpeechSynthesisUtterance.cpp b/third_party/WebKit/Source/modules/speech/SpeechSynthesisUtterance.cpp
|
| index 5809759fa1f5d8be54e17f398a0cc6fc2b5795b8..f0310ce28f78f31730cd833c0eab62a56abc48a0 100644
|
| --- a/third_party/WebKit/Source/modules/speech/SpeechSynthesisUtterance.cpp
|
| +++ b/third_party/WebKit/Source/modules/speech/SpeechSynthesisUtterance.cpp
|
| @@ -72,7 +72,7 @@ DEFINE_TRACE(SpeechSynthesisUtterance)
|
| {
|
| visitor->trace(m_platformUtterance);
|
| visitor->trace(m_voice);
|
| - RefCountedGarbageCollectedEventTargetWithInlineData<SpeechSynthesisUtterance>::trace(visitor);
|
| + EventTargetWithInlineData::trace(visitor);
|
| ContextLifecycleObserver::trace(visitor);
|
| }
|
|
|
|
|