Index: Source/core/speech/SpeechInputEvent.cpp |
diff --git a/Source/core/speech/SpeechInputEvent.cpp b/Source/core/speech/SpeechInputEvent.cpp |
index f0222e9bb7763ab5c7d990f945537fa23981f898..e5833ec380c489bb6e58cbf0a03331a42fafb996 100644 |
--- a/Source/core/speech/SpeechInputEvent.cpp |
+++ b/Source/core/speech/SpeechInputEvent.cpp |
@@ -69,6 +69,11 @@ const AtomicString& SpeechInputEvent::interfaceName() const |
return EventNames::SpeechInputEvent; |
} |
+void SpeechInputEvent::trace(Visitor* visitor) |
+{ |
+ Event::trace(visitor); |
Mads Ager (chromium)
2014/02/26 09:03:52
You need to trace m_result.
|
+} |
+ |
} // namespace WebCore |
#endif // ENABLE(INPUT_SPEECH) |