Index: Source/modules/speech/DOMWindowSpeechSynthesis.cpp |
diff --git a/Source/modules/speech/DOMWindowSpeechSynthesis.cpp b/Source/modules/speech/DOMWindowSpeechSynthesis.cpp |
index e58f89f80b092cf4821710ee3b58742da3b08569..a8e0a67ad574e8cd4953f28db2de51973fc51507 100644 |
--- a/Source/modules/speech/DOMWindowSpeechSynthesis.cpp |
+++ b/Source/modules/speech/DOMWindowSpeechSynthesis.cpp |
@@ -42,9 +42,7 @@ DOMWindowSpeechSynthesis::DOMWindowSpeechSynthesis(LocalDOMWindow& window) |
{ |
} |
-DOMWindowSpeechSynthesis::~DOMWindowSpeechSynthesis() |
-{ |
-} |
+DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(DOMWindowSpeechSynthesis); |
const char* DOMWindowSpeechSynthesis::supplementName() |
{ |
@@ -79,6 +77,7 @@ void DOMWindowSpeechSynthesis::trace(Visitor* visitor) |
{ |
visitor->trace(m_speechSynthesis); |
WillBeHeapSupplement<LocalDOMWindow>::trace(visitor); |
+ DOMWindowProperty::trace(visitor); |
} |
} // namespace blink |