Index: Source/modules/speech/SpeechSynthesisUtterance.cpp |
diff --git a/Source/modules/speech/SpeechSynthesisUtterance.cpp b/Source/modules/speech/SpeechSynthesisUtterance.cpp |
index e63ac018028832ad6c81d04ec79b5cd600012635..497e48761fa08e53fc72fef7102be7ce33ae4514 100644 |
--- a/Source/modules/speech/SpeechSynthesisUtterance.cpp |
+++ b/Source/modules/speech/SpeechSynthesisUtterance.cpp |
@@ -74,6 +74,7 @@ void SpeechSynthesisUtterance::setVoice(SpeechSynthesisVoice* voice) |
void SpeechSynthesisUtterance::trace(Visitor* visitor) |
{ |
visitor->trace(m_voice); |
+ EventTargetWithInlineData::trace(visitor); |
} |
} // namespace WebCore |