Index: third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp |
diff --git a/third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp b/third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp |
index d4f6c5a59f0835e393001bd4b8bb13ce5da4047a..75c59d8c0fde79464d9351b650c9f5614b182f3c 100644 |
--- a/third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp |
+++ b/third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp |
@@ -43,7 +43,6 @@ PlatformSpeechSynthesisUtterance::PlatformSpeechSynthesisUtterance(PlatformSpeec |
DEFINE_TRACE(PlatformSpeechSynthesisUtterance) |
{ |
visitor->trace(m_client); |
- visitor->trace(m_voice); |
} |
} // namespace blink |